factor/core/bootstrap
slava fbc0f33c86 The deploy tool would coalesce equal quotations into one. This created a problem
for the non-optimizing compiler because if the new 'leader' quotation was not
compiled but some of the ones that it replaces were, then calls to the quotation
from contexts where they have to be compiled (eg, compiled if and dip) would no
longer work. Add a `jit-compile' primitive to compile quotations, and call it
as appropriate in `compress-quotations`.
2008-11-24 15:59:27 -06:00
..
layouts Tuple layouts are now arrays, instead of built-in types. The superclass 2008-11-05 22:20:29 -06:00
primitives.factor The deploy tool would coalesce equal quotations into one. This created a problem 2008-11-24 15:59:27 -06:00
stage1.factor Tuple layouts are now arrays, instead of built-in types. The superclass 2008-11-05 22:20:29 -06:00
summary.txt Initial import 2007-09-20 18:09:08 -04:00
syntax.factor Fix permission bits 2008-10-02 08:34:49 -05:00