factor/basis/compiler
Slava Pestov bf05a901c4 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
..
alien compiler: FFI is now slightly more efficient when unboxing parameters, only changes data stack height once 2009-10-20 04:31:48 -05:00
cfg compiler.cfg.intrinsics.simd: ignore dummy assert-positive word 2010-01-31 18:19:14 +13:00
codegen 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
constants vm: remove primitive table, non-optimizing compiler now looks up primitives with dlsym() 2010-01-19 20:00:33 +13:00
crossref compiler.crossref: clean up and fix bug with forgotten classes 2010-02-01 17:20:08 +13:00
errors Compiler warnings are no more 2009-04-23 22:17:25 -05:00
test compiler.test: fix 2010-01-23 00:40:56 +13:00
tests 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
tree Merge git://github.com/littledan/Factor into littledan 2010-01-31 02:54:58 +13:00
utilities update existing code for [let change 2009-10-27 22:05:37 -05:00
authors.txt
compiler-docs.factor compiler: fix docs 2010-01-23 00:46:04 +13:00
compiler.factor compiler.crossref: clean up and fix bug with forgotten classes 2010-02-01 17:20:08 +13:00
summary.txt
tags.txt