]> gitweb.factorcode.org Git - factor.git/history - extra/compiler/cfg/gvn/avail/avail.factor
factor: don't need FROM: namespaces => set or namespaces:set anymore
[factor.git] / extra / compiler / cfg / gvn / avail / avail.factor
2015-08-12 Doug Colemanfactor: don't need FROM: namespaces => set or namespace...
2015-08-12 Doug Colemanfactor: arch -> arch-name. fix breakage caused by other...
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2012-09-20 Alex Vondrakcompiler.cfg.gvn: experiment to scan for available...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.avail: add a FROM: to clarify collisio...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: forgot to make certain defs available
2012-09-12 Alex Vondrakcompiler.cfg.gvn.avail: make with-available-uses? short...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.avail: kludgey fix for odd problem...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: try to clean up availability issues...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.avail: minor simplification
2012-09-12 Alex Vondrakcompiler.cfg.gvn.redundancy-elimination: horrific tinke...