factor/basis/compiler/cfg
Björn Lindqvist 707bc801a4 compiler.cfg.stacks.local: replace-sets values must be hash-sets (#1507)
The compiler hang was because { D: 3 D: 2 } was unequal to { D: 2 D: 3
}, so using a set should fix that.
2016-03-16 16:32:50 +01:00
..
alias-analysis Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
block-joining compiler.cfg.*: some extra unit tests for the compiler 2015-07-28 17:58:29 -07:00
branch-splitting factor: don't need FROM: namespaces => set or namespaces:set anymore 2015-08-12 11:25:57 -05:00
build-stack-frame compiler.cfg.*: refactoring which removes spill-area-size and 2015-11-04 07:53:19 +01:00
builder compiler.cfg.builder.blocks: return the slots, they are absolutely 2016-03-16 14:08:49 +01:00
checker change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
comparisons compiler.cfg.*: new doc files 2016-03-09 23:24:43 +01:00
copy-prop compiler: rename D to D: because it wants a token. Same for R -> R: 2015-08-13 15:23:10 -07:00
dataflow-analysis compiler.cfg.dataflow-analysis: removes the -analysis from the dfa token 2016-03-16 14:40:58 +01:00
dce compiler: rename D to D: because it wants a token. Same for R -> R: 2015-08-13 15:23:10 -07:00
debugger compiler.cfg.linearization: number-blocks can set the number>> accessor 2015-09-22 08:51:03 +02:00
def-use compiler.cfg.*: random doc updates 2015-09-22 08:51:46 +02:00
dominance factor: don't need FROM: namespaces => set or namespaces:set anymore 2015-08-12 11:25:57 -05:00
finalization compiler.cfg.*: new step in finalization: clear-uninitialized 2015-01-22 12:17:20 -08:00
gc-checks compiler: rename D to D: because it wants a token. Same for R -> R: 2015-08-13 15:23:10 -07:00
hats compiler.cfg.*: some extra unit tests for the compiler 2015-07-28 17:58:29 -07:00
instructions compiler.cfg.*: random doc updates 2015-09-22 08:51:46 +02:00
intrinsics compiler.*: new tests 2016-03-09 23:24:43 +01:00
linear-scan compiler.*: more docs 2016-02-28 01:01:38 +01:00
linearization compiler.cfg.linearization: number-blocks can set the number>> accessor 2015-09-22 08:51:03 +02:00
liveness compiler.*: random doc and tests updates 2015-09-22 08:52:59 +02:00
loop-detection factor: don't need FROM: namespaces => set or namespaces:set anymore 2015-08-12 11:25:57 -05:00
optimizer compiler.cfg.*: detached the normalize-height and schedule-instructions passes 2015-01-22 12:17:20 -08:00
parallel-copy factor: Removing SLOT: nth/at/global in favor of using change: at for tuple slots named ``at`` and change-at for hashtables. 2015-08-12 08:49:02 -05:00
predecessors compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
registers change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
renaming use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
representations change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
rpo factor: don't need FROM: namespaces => set or namespaces:set anymore 2015-08-12 11:25:57 -05:00
save-contexts compiler.cfg.save-contexts: context-save-needed not needed because it's 2015-08-14 20:19:51 -07:00
ssa compiler.cfg.*: random doc updates 2015-09-22 08:51:46 +02:00
stack-frame compiler.cfg.*: refactoring which removes spill-area-size and 2015-11-04 07:53:19 +01:00
stacks compiler.cfg.stacks.local: replace-sets values must be hash-sets (#1507) 2016-03-16 16:32:50 +01:00
tco compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
test-words compiler.cfg: Add vocabulary for words defined just to test compiler.cfg. 2014-11-23 01:06:46 -08:00
useless-conditionals compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
utilities compiler.cfg.utilities: make it so block>cfg initializes spill-area-align 2015-07-29 13:01:24 +02:00
value-numbering compiler: rename D to D: because it wants a token. Same for R -> R: 2015-08-13 15:23:10 -07:00
write-barrier factor: don't need FROM: namespaces => set or namespaces:set anymore 2015-08-12 11:25:57 -05:00
cfg-docs.factor compiler.cfg.*: the make-kill-block word is not needed 2016-03-16 12:26:03 +01:00
cfg-tests.factor compiler.cfg.*: refactoring which removes spill-area-size and 2015-11-04 07:53:19 +01:00
cfg.factor compiler.cfg.*: refactoring which removes spill-area-size and 2015-11-04 07:53:19 +01:00
summary.txt Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00