| .. |
|
alien.factor
|
Fix ffi-test library to work with Windows SDK. Turns out MINGW has a different ABI for struct returns than MS's compiler; make the MS ABI the default for cdecl on Windows, and add mingw ABI for libraries that use the MINGW ABI
|
2010-02-02 04:01:12 -06:00 |
|
call-effect.factor
|
…
|
|
|
codegen.factor
|
Move compile-call and related words only meant to be used for debugging to compiler.test
|
2010-01-23 00:39:56 +13:00 |
|
curry.factor
|
Move compile-call and related words only meant to be used for debugging to compiler.test
|
2010-01-23 00:39:56 +13:00 |
|
float.factor
|
Move compile-call and related words only meant to be used for debugging to compiler.test
|
2010-01-23 00:39:56 +13:00 |
|
folding.factor
|
replace usages of <" with """
|
2009-09-20 22:42:40 -05:00 |
|
generic.factor
|
…
|
|
|
intrinsics.factor
|
Move compile-call and related words only meant to be used for debugging to compiler.test
|
2010-01-23 00:39:56 +13:00 |
|
low-level-ir.factor
|
vm: modify-code-heap primitive now takes a pair of parameters, update-existing? and reset-pics?. If no generic words were changed, PICs do not need to be reset. If no existing words were redefined, the code heap doesn't have to be traced at all. Speeds up compilation of PEGs since those create lots of compilation units
|
2010-02-03 23:11:28 +13:00 |
|
optimizer.factor
|
Move compile-call and related words only meant to be used for debugging to compiler.test
|
2010-01-23 00:39:56 +13:00 |
|
peg-regression-2.factor
|
…
|
|
|
peg-regression.factor
|
…
|
|
|
pic-problem-1.factor
|
…
|
|
|
redefine0.factor
|
generic: rename method-body predicate class to method
|
2010-02-03 23:11:24 +13:00 |
|
redefine1.factor
|
…
|
|
|
redefine2.factor
|
…
|
|
|
redefine3.factor
|
Fix a couple of unit tests that were relying on the old compiler crossref structures
|
2010-01-31 23:26:55 +13:00 |
|
redefine4.factor
|
…
|
|
|
redefine5.factor
|
replace usages of <" with """
|
2009-09-20 22:42:40 -05:00 |
|
redefine6.factor
|
replace usages of <" with """
|
2009-09-20 22:42:40 -05:00 |
|
redefine7.factor
|
replace usages of <" with """
|
2009-09-20 22:42:40 -05:00 |
|
redefine8.factor
|
replace usages of <" with """
|
2009-09-20 22:42:40 -05:00 |
|
redefine9.factor
|
replace usages of <" with """
|
2009-09-20 22:42:40 -05:00 |
|
redefine10.factor
|
New 'conditional dependency' mechanism for more accurate recording of recompilation information
|
2010-01-30 09:28:57 +13:00 |
|
redefine11.factor
|
replace usages of <" with """
|
2009-09-20 22:42:40 -05:00 |
|
redefine12.factor
|
…
|
|
|
redefine13.factor
|
generic: rename method-body predicate class to method
|
2010-02-03 23:11:24 +13:00 |
|
redefine14.factor
|
…
|
|
|
redefine15.factor
|
…
|
|
|
redefine16.factor
|
…
|
|
|
redefine17.factor
|
…
|
|
|
redefine18.factor
|
Add test case for mixin bug Doug found, seems to be fixed now
|
2010-01-30 09:28:52 +13:00 |
|
redefine19.factor
|
Work in progress: record constant-folds of predicate words, and call-next-method invocations, in the same way that method inlining are recorded, for greater recompilation accuracy
|
2010-01-30 09:28:56 +13:00 |
|
redefine20.factor
|
Work in progress: record constant-folds of predicate words, and call-next-method invocations, in the same way that method inlining are recorded, for greater recompilation accuracy
|
2010-01-30 09:28:56 +13:00 |
|
reload.factor
|
…
|
|
|
simple.factor
|
Move compile-call and related words only meant to be used for debugging to compiler.test
|
2010-01-23 00:39:56 +13:00 |
|
spilling.factor
|
…
|
|
|
stack-trace.factor
|
generic: rename method-body predicate class to method
|
2010-02-03 23:11:24 +13:00 |
|
tuples.factor
|
Move compile-call and related words only meant to be used for debugging to compiler.test
|
2010-01-23 00:39:56 +13:00 |