new compiler works on x86

cvs
Slava Pestov 2005-05-10 04:52:40 +00:00
parent 419d46d138
commit e1b6d9affa
2 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,10 @@ data could fill up the buffer and cause a denial-of-service attack.
The alien interface now supports "float" and "double" types. The alien interface now supports "float" and "double" types.
Defining a predicate subclass of tuple is supported now. Note that
unions and complements over tuples are still not supported. Also,
predicate subclasses of concrete tuple classes are not supported either.
Factor 0.74: Factor 0.74:
------------ ------------

View File

@ -61,6 +61,7 @@
+ compiler: + compiler:
- optimize the generic word prologue
- [ [ dup call ] dup call ] infer hangs - [ [ dup call ] dup call ] infer hangs
- more accurate types for various words - more accurate types for various words
- declarations - declarations