factor/library/compiler/alien
slava 861a6d32cf alien-invoke no longer generates calls to consing unbox_* functions -- instead we just unbox the parameter list first, in factor code 2006-11-03 21:39:37 +00:00
..
objc More efficient block>byte-array with the side effect that it depends on no high-level words, so if they get decompiled the Cocoa binding won't break 2006-10-28 19:50:37 +00:00
alien-callback.factor Refactored the C type system in the alien interface and fixed some bugs 2006-11-03 08:54:30 +00:00
alien-callback.facts AMD64 alien-indirect support; document alien-indirect 2006-09-09 05:19:43 +00:00
alien-indirect.factor Remove dead code 2006-11-03 05:48:43 +00:00
alien-indirect.facts AMD64 alien-indirect support; document alien-indirect 2006-09-09 05:19:43 +00:00
alien-invoke.factor alien-invoke no longer generates calls to consing unbox_* functions -- instead we just unbox the parameter list first, in factor code 2006-11-03 21:39:37 +00:00
alien-invoke.facts AMD64 alien-indirect support; document alien-indirect 2006-09-09 05:19:43 +00:00
aliens.factor Tiny cleanups 2006-09-19 22:39:51 +00:00
aliens.facts >fixnum >bignum >float primitives split up into smaller sub-primitives and are now generic words in the library 2006-11-01 01:29:11 +00:00
c-types.factor Refactored the C type system in the alien interface and fixed some bugs 2006-11-03 08:54:30 +00:00
c-types.facts Refactored the C type system in the alien interface and fixed some bugs 2006-11-03 08:54:30 +00:00
compiler.factor Refactored the C type system in the alien interface and fixed some bugs 2006-11-03 08:54:30 +00:00
malloc.factor Modularized core 2006-09-06 22:06:11 +00:00
malloc.facts memcpy didn't compile due to a typo 2006-08-18 03:53:51 +00:00
primitive-types.factor alien-invoke no longer generates calls to consing unbox_* functions -- instead we just unbox the parameter list first, in factor code 2006-11-03 21:39:37 +00:00
structs.factor Refactored the C type system in the alien interface and fixed some bugs 2006-11-03 08:54:30 +00:00
structs.facts More documentation updates 2006-08-17 01:55:53 +00:00
syntax.factor Remove obsolete examples, module system simplification, fix parse-resource restart when bootstrapping parse-syntax.factor 2006-06-19 07:41:42 +00:00
syntax.facts Final round of HELP: syntax changes 2006-08-18 03:08:04 +00:00