factor/basis/tools
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
..
annotations More usages of $quotation 2008-11-16 09:08:38 -06:00
completion limited-completions now gives you the most relevant completions if there are too many, instead of just giving back the empty list 2008-11-19 16:02:43 -06:00
crossref
deploy The deploy tool would coalesce equal quotations into one. This created a problem 2008-11-24 15:59:27 -06:00
disassembler
hexdump
memory
profiler Replace millis primitive with micros primitive 2008-11-19 01:50:05 -06:00
scaffold
test Circularity between vocabularies no longer causes an infinite loop; loading a vocabulary like json or furnace no longer loads certain files twice 2008-11-23 00:04:18 -06:00
threads Replace millis primitive with micros primitive 2008-11-19 01:50:05 -06:00
time Fix typo 2008-11-23 03:26:31 -06:00
vocabs Circularity between vocabularies no longer causes an infinite loop; loading a vocabulary like json or furnace no longer loads certain files twice 2008-11-23 00:04:18 -06:00
walker Fix walker with dip 2008-11-23 22:28:39 -06:00
summary.txt