]> gitweb.factorcode.org Git - factor.git/commitdiff
new compiler works on x86
authorSlava Pestov <slava@factorcode.org>
Tue, 10 May 2005 04:52:40 +0000 (04:52 +0000)
committerSlava Pestov <slava@factorcode.org>
Tue, 10 May 2005 04:52:40 +0000 (04:52 +0000)
CHANGES.txt
TODO.FACTOR.txt

index 7374dc4add091feb680a049a159096bd3c5683ab..7ae97b0ba874e49ba118b4d71ac5cb40ab0ace79 100644 (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.
 
+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:
 ------------
 
index 6e3e02facc172e4f8855e3bcafc6f7dbbb8d52ac..e1c03c1385d44157b36e285dc431c44a30edb6fd 100644 (file)
@@ -61,6 +61,7 @@
 \r
 + compiler:\r
 \r
+- optimize the generic word prologue\r
 - [ [ dup call ] dup call ] infer hangs\r
 - more accurate types for various words\r
 - declarations\r