]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix stack effect decl in x86/allot
authorslava <slava@factorcode.org>
Thu, 9 Nov 2006 06:27:26 +0000 (06:27 +0000)
committerslava <slava@factorcode.org>
Thu, 9 Nov 2006 06:27:26 +0000 (06:27 +0000)
TODO.FACTOR.txt
library/compiler/x86/allot.factor

index 0c0b64d2b02dcfed3187944688ebfe721dc9a1ee..78e2bab11ded78a5e708e2b028bcd7c3c487c397 100644 (file)
@@ -3,9 +3,7 @@
 - sometimes fep when closing window
 - x86: load-allot-ptr doesn't have a stack effect? why?
 - mov 0x0(%esi),%ecx  why?
-- mac intel: perhaps its not a good idea using ebx as allot-tmp-reg
-- %allot-bignum-signed-2 still has issues on ppc
-- fix %allot-bignum-signed-1/2 on x86
+- %allot-bignum-signed-2 is broken on both platforms
 
 + ui:
 
index 7a37b783b21a4fe901d32df7267602915b7a696f..1077ff9a10064d05be624fcdc50c9e2c3949bd25 100644 (file)
@@ -3,7 +3,7 @@
 IN: compiler
 USING: kernel assembler kernel-internals namespaces math ;
 
-: load-zone-ptr ( reg -- )
+: load-zone-ptr ( -- )
     #! Load pointer to start of zone array
     allot-tmp-reg 0 MOV
     "generations" f rel-absolute-cell rel-dlsym