factor/basis/compiler
Slava Pestov 5b4e8e9d09 Rename tests/templates.factor to tests/codegen.factor since that's really what its testing 2008-11-13 04:16:58 -06:00
..
alien Merging in new codegen 2008-10-07 16:16:50 -05:00
cfg Optimize a ##dispatch that is applied to the result of a ##sub-imm or ##add-imm; this eliminates an instruction from the common 1 fixnum-fast { ... } dispatch and 8 fixnum-fast { ... } dispatch code sequences appearing in generic word expansions 2008-11-13 04:16:08 -06:00
codegen Optimize a ##dispatch that is applied to the result of a ##sub-imm or ##add-imm; this eliminates an instruction from the common 1 fixnum-fast { ... } dispatch and 8 fixnum-fast { ... } dispatch code sequences appearing in generic word expansions 2008-11-13 04:16:08 -06:00
constants Forgot a constant 2008-11-13 04:10:21 -06:00
tests Rename tests/templates.factor to tests/codegen.factor since that's really what its testing 2008-11-13 04:16:58 -06:00
tree Stack checker cleanup and optimization 2008-11-13 00:07:45 -06:00
authors.txt
compiler-docs.factor Fix help lint: links to obsolete article 2008-11-03 08:08:28 -06:00
compiler.factor Another speedup to >alist: create vector with right size up-front. 10 second bootstrap time reduction 2008-11-12 00:10:50 -06:00
summary.txt
tags.txt