diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index 4061265c64..f0bcd888df 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -1,6 +1,8 @@ should fix in 0.82: - clean up/rewrite register allocation +- moving between int and float vregs +- intrinsic fixnum>float float>fixnum - amd64 %box-struct - when generating a 32-bit image on a 64-bit system, large numbers which should diff --git a/library/compiler/generator/generator.factor b/library/compiler/generator/generator.factor index 2fa70abfad..6083da2639 100644 --- a/library/compiler/generator/generator.factor +++ b/library/compiler/generator/generator.factor @@ -125,7 +125,7 @@ M: #if generate-node ( node -- next ) end-basic-block