factor/basis/compiler/cfg
Slava Pestov ba7cb61133 Stack allocation improvements
- New with-out-parameters combinator
- Inhibit tail call optimization in frames with local allocation, to ensure that passing a stack allocated value to the last word in the quotation works
- local allocations are now aligned properly
- spill slots are now aligned properly aligned in frames which have parameter and local allocation areas
2010-05-22 02:37:00 -04:00
..
alias-analysis compiler.cfg.alias-analysis: simplify and speed up 2010-05-14 18:37:07 -04:00
block-joining FFI rewrite part 1: split up ##alien-invoke and friends into smaller instructions 2010-05-09 21:36:52 -04:00
branch-splitting FFI rewrite part 1: split up ##alien-invoke and friends into smaller instructions 2010-05-09 21:36:52 -04:00
build-stack-frame Stack allocation improvements 2010-05-22 02:37:00 -04:00
builder Stack allocation improvements 2010-05-22 02:37:00 -04:00
checker FFI rewrite part 1: split up ##alien-invoke and friends into smaller instructions 2010-05-09 21:36:52 -04:00
comparisons New GC checks work in progress 2010-05-03 17:34:16 -04:00
copy-prop compiler.cfg.copy-prop: optimistic copy propagation 2010-05-03 17:34:26 -04:00
dataflow-analysis FFI rewrite part 1: split up ##alien-invoke and friends into smaller instructions 2010-05-09 21:36:52 -04:00
dce compiler.cfg: more silly optimizations 2010-05-14 18:37:09 -04:00
debugger compiler: remove flat machine representation and generate code directly from the CFG 2010-05-03 17:34:32 -04:00
def-use Move remaining sequence operations from generalizations to sequences.generalizations where they belong 2010-05-18 18:36:47 -04:00
dependence Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
dominance
finalization Fixing scheduling for compiler changes 2010-05-04 09:48:16 -05:00
gc-checks compiler.cfg: more silly optimizations 2010-05-14 18:37:09 -04:00
hats Debugging untagged fixnums 2010-05-03 17:34:02 -04:00
height Fixing scheduling for compiler changes 2010-05-04 09:48:16 -05:00
instructions Stack allocation improvements 2010-05-22 02:37:00 -04:00
intrinsics Stack allocation improvements 2010-05-22 02:37:00 -04:00
linear-scan Stack allocation improvements 2010-05-22 02:37:00 -04:00
linearization compiler: remove flat machine representation and generate code directly from the CFG 2010-05-03 17:34:32 -04:00
liveness compiler.cfg: clean up ##phi literals in tests 2010-05-03 17:34:24 -04:00
loop-detection compiler.cfg.representations: add more peephole optimizations to reduce fixnum tagging and untagging overhead 2010-05-03 17:34:11 -04:00
optimizer Merge branch 'master' of git://factorcode.org/git/factor into s3 2010-05-03 17:29:03 -05:00
parallel-copy
predecessors
registers compiler.cfg.value-numbering: fix typo in unit test 2010-05-03 22:11:29 -04:00
renaming
representations Move remaining sequence operations from generalizations to sequences.generalizations where they belong 2010-05-18 18:36:47 -04:00
rpo compiler.cfg: more silly optimizations 2010-05-14 18:37:09 -04:00
save-contexts New GC checks work in progress 2010-05-03 17:34:16 -04:00
scheduling FFI rewrite part 1: split up ##alien-invoke and friends into smaller instructions 2010-05-09 21:36:52 -04:00
ssa compiler.cfg.ssa.interference: implement linear-time interference test 2010-05-17 05:50:13 -04:00
stack-frame Stack allocation improvements 2010-05-22 02:37:00 -04:00
stacks FFI rewrite part 1: split up ##alien-invoke and friends into smaller instructions 2010-05-09 21:36:52 -04:00
tco
useless-conditionals Debugging untagged fixnums 2010-05-03 17:34:02 -04:00
utilities FFI rewrite part 1: split up ##alien-invoke and friends into smaller instructions 2010-05-09 21:36:52 -04:00
value-numbering compiler.cfg.value-numbering: constant folding for ##shuffle-vector 2010-05-18 04:22:21 -04:00
write-barrier compiler.cfg: cleanup 2010-05-03 17:34:26 -04:00
cfg.factor Stack allocation improvements 2010-05-22 02:37:00 -04:00
summary.txt