factor/basis/compiler/cfg/stacks
Daniel Ehrenberg 478b960560 Merge branch 'master' of git://factorcode.org/git/factor 2009-08-14 20:11:54 -05:00
..
finalize Improving write barrier elimination; change to compiler.cfg.utilities to support this 2009-08-14 19:41:41 -05:00
global Fixing write-barrier elimination; adding bb as a parameter to join-sets in dataflow analysis 2009-08-12 23:52:29 -05:00
height compiler.cfg.stacks: now performs online local DCN 2009-07-23 20:54:38 -05:00
local compiler.cfg: virtual registers are integers now, and representations are stored off to the side. Fix bug in representation selection that would manifest if a value was used as a float and a fixnum in different branches; cannot globally unbox float in this case 2009-08-08 04:02:18 -05:00
uninitialized Merge branch 'master' of git://factorcode.org/git/factor 2009-08-13 19:40:02 -05:00
authors.txt More work on intrinsics; memory allocation and slot access now expands correctly 2008-10-20 20:40:15 -05:00
stacks.factor compiler.cfg: new system to track when results of analyses need to be recomputed (reverse post order, linear order, predecessors, dominance, loops). Passes can now call needs-predecessors, needs-dominance, needs-loops at the beginning, and cfg-changed, predecessors-changd at the end. Linearization order now takes loop nesting into account, and linear scan now uses linearization order instead of RPO. 2009-08-08 20:02:56 -05:00
summary.txt Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00