new compiler works on x86
parent
419d46d138
commit
e1b6d9affa
|
@ -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.
|
||||
|
||||
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:
|
||||
------------
|
||||
|
||||
|
|
|
@ -61,6 +61,7 @@
|
|||
|
||||
+ compiler:
|
||||
|
||||
- optimize the generic word prologue
|
||||
- [ [ dup call ] dup call ] infer hangs
|
||||
- more accurate types for various words
|
||||
- declarations
|
||||
|
|
Loading…
Reference in New Issue