factor/basis/compiler/codegen
Björn Lindqvist 22887c5816 VM: get rid of the odd RT_EXCEPTION_HANDLER relocation
The address to the win32 relocation handler can be stored in a special
object and be accessed by jit-install-seh. Doing it that way is better
because you can remove a lot of special code related to that relocation
type.
2015-09-02 21:54:30 +02:00
..
gc-maps compiler.*: fix the tests that broke because i removed the stack-frame variable 2015-07-21 13:40:49 +02:00
labels Docs: various more compiler-related docs 2015-07-28 17:58:28 -07:00
relocation VM: get rid of the odd RT_EXCEPTION_HANDLER relocation 2015-09-02 21:54:30 +02:00
codegen-docs.factor compiler.*: bunch of new docs for some compiler instructions 2015-04-29 09:31:58 -07:00
codegen-tests.factor factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
codegen.factor factor: don't need FROM: namespaces => set or namespaces:set anymore 2015-08-12 11:25:57 -05:00
summary.txt