From 3c8b073be0cc3b90950586b7727a1244abe54161 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 24 Sep 2005 21:26:04 +0000 Subject: [PATCH] add more env slots --- TODO.FACTOR.txt | 3 +++ native/run.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index f04cd54369..e50ed0895d 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -5,12 +5,15 @@ - slice: if sequence or seq start is changed, abstraction violation - code walker & exceptions - floating point intrinsics +- load all sources in stage1 +- new basic block optimizer - fix fixnum/mod overflow on PowerPC - intrinsic char-slot set-char-slot - split: return vectors - set-path: iterative - investigate if rehashing on startup is really necessary - remove word transfer hack in bootstrap +- swap @{ }@ and { } syntax + ui: diff --git a/native/run.h b/native/run.h index 28e65877a2..fb006e6bf9 100644 --- a/native/run.h +++ b/native/run.h @@ -1,4 +1,4 @@ -#define USER_ENV 16 +#define USER_ENV 32 #define CARD_OFF_ENV 1 /* for compiling set-slot */ /* 2 is unused */