add more env slots
parent
60f2d659d9
commit
3c8b073be0
|
@ -5,12 +5,15 @@
|
||||||
- slice: if sequence or seq start is changed, abstraction violation
|
- slice: if sequence or seq start is changed, abstraction violation
|
||||||
- code walker & exceptions
|
- code walker & exceptions
|
||||||
- floating point intrinsics
|
- floating point intrinsics
|
||||||
|
- load all sources in stage1
|
||||||
|
- new basic block optimizer
|
||||||
- fix fixnum/mod overflow on PowerPC
|
- fix fixnum/mod overflow on PowerPC
|
||||||
- intrinsic char-slot set-char-slot
|
- intrinsic char-slot set-char-slot
|
||||||
- split: return vectors
|
- split: return vectors
|
||||||
- set-path: iterative
|
- set-path: iterative
|
||||||
- investigate if rehashing on startup is really necessary
|
- investigate if rehashing on startup is really necessary
|
||||||
- remove word transfer hack in bootstrap
|
- remove word transfer hack in bootstrap
|
||||||
|
- swap @{ }@ and { } syntax
|
||||||
|
|
||||||
+ ui:
|
+ ui:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#define USER_ENV 16
|
#define USER_ENV 32
|
||||||
|
|
||||||
#define CARD_OFF_ENV 1 /* for compiling set-slot */
|
#define CARD_OFF_ENV 1 /* for compiling set-slot */
|
||||||
/* 2 is unused */
|
/* 2 is unused */
|
||||||
|
|
Loading…
Reference in New Issue