From 43f45cf4d1fbee5daf53143205ac7d54409571e8 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Fri, 3 Jun 2016 12:40:44 +0000 Subject: [PATCH] Update wikipage Major changes between ISE Eiffel 15.12 and ISE Eiffel 16.05. (Signed-off-by:alexk). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1586 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- ...r-changes-between-ISE-Eiffel-15.12-and-ISE-Eiffel-16.05.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/Major-changes-between-ISE-Eiffel-15.12-and-ISE-Eiffel-16.05.wiki b/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/Major-changes-between-ISE-Eiffel-15.12-and-ISE-Eiffel-16.05.wiki index 84b21341..cf8afa01 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/Major-changes-between-ISE-Eiffel-15.12-and-ISE-Eiffel-16.05.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/Major-changes-between-ISE-Eiffel-15.12-and-ISE-Eiffel-16.05.wiki @@ -66,7 +66,7 @@ The change does not allow previously void-unsafe code to be treated as void-safe index_set end -The specific changes in the compiler and cursor classes include: +*:The specific changes in the compiler and cursor classes include: ** Optimized code generation for iteration instruction calls to after and forth by rechecking the code with the actual type of a cursor variable. ** Added lower and upper to READABLE_INDEXABLE to be used instead of index_set by iteration cursor. ** Marked {READABLE_INDEXABLE}.index_set as obsolete in favor of lower and upper to avoid object creation, especially when implementing external cursors for iterative forms of a loop.