factor/basis/tools
Joe Groff 1b5ba15707 Merge branch 'master' of git://factorcode.org/git/factor 2010-02-14 21:07:04 -08:00
..
annotations vm: remove primitive table, non-optimizing compiler now looks up primitives with dlsym() 2010-01-19 20:00:33 +13:00
cocoa
completion
continuations
crossref generic: rename method-body predicate class to method 2010-02-03 23:11:24 +13:00
deploy Merge branch 'master' of git://factorcode.org/git/factor 2010-02-14 21:07:04 -08:00
deprecation
destructors
disassembler Add code heap introspection primitive to VM, and make a code-blocks word in tools.memory that wraps a useful interface around this. Add a lookup-return-address word and use this in tools.disassembler.utils 2010-02-03 23:11:32 +13:00
dispatch
errors
files Factor source files should not be executable 2009-11-21 17:50:43 -06:00
hexdump
memory tools.deploy.shaker: don't try to intern all word props anymore 2010-02-04 17:40:53 +13:00
profiler cpu.x86: fix crashes when using certain features (threads, errors, etc) with profiling enabled on x86-64. The profiling stub was clobbering an argument for the unwind_native_frames() entry point 2010-02-05 20:52:19 +13:00
scaffold Factor source files should not be executable 2009-11-21 17:50:43 -06:00
test tools.test: run-test-file is public now, fix no-method error if unit test forgets a vocab 2010-02-01 17:09:57 +13:00
threads Factor source files should not be executable 2009-11-21 17:50:43 -06:00
time Move compile-call and related words only meant to be used for debugging to compiler.test 2010-01-23 00:39:56 +13:00
trace
walker
summary.txt