[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-697-gac84cb1

ontologiae ontologiae at gmail.com
Thu Jan 27 13:45:30 UTC 2011


The following commit has been merged in the master branch:
commit ac84cb1861687aee4ee293212a75102869eb5f5f
Author: ontologiae <ontologiae at gmail.com>
Date:   Thu Jan 27 14:42:28 2011 +0100

    memory and continuous debuging

diff --git a/lib/internal/portable/memory/memory.li b/lib/internal/portable/memory/memory.li
index 3f5924f..b46614f 100644
--- a/lib/internal/portable/memory/memory.li
+++ b/lib/internal/portable/memory/memory.li
@@ -29,7 +29,7 @@ Section Header
 
   - external :=
 `
-#define MINIMUM_SIZE 256
+#define MINIMUM_SIZE 512
 void *table_size[MINIMUM_SIZE/sizeof(void *)];
 void *last_block[64];
 `;
diff --git a/src/type/type_generic.li b/src/type/type_generic.li
index aa73e4d..ea7ff90 100644
--- a/src/type/type_generic.li
+++ b/src/type/type_generic.li
@@ -239,9 +239,11 @@ Section Public
       (itm_typ.name = ALIAS_STR.prototype_native_array) ||
       {itm_typ.name = ALIAS_STR.prototype_native_array_volatile} 
     ).if {
-      // itm_typ.position.put_error warning text "put to error in type_generic ; Affectation variable native_array_variable ";
-     // itm_typ.position.put_position;
-     // itm_typ.position.send_error; // BUG tracking
+      // itm_typ.position.put_error warning text "put to  in type_generic ; Affectation LOCAL native_array_variable ";
+      //itm_typ.position.put_position;
+      //itm_typ.position.send_error; // BUG tracking
+      gen.first.print;
+      proto.position.put_error warning text "Création d'un local:";
       native_array_variable := LOCAL.create (proto.position) name intern_name type (gen.first);
       paper_list.add_last Self;
     };

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list