factor/core
Slava Pestov 74640b7f71 Get green threads working on Windows
- store stack base and limit in TIB
- set up a frame-based structured exception handler in each context's callstack
- boot.x86.32.image has now been replaced by boot.winnt-x86.32.image and boot.unix-x86.32.image
2010-04-03 20:24:33 -04:00
..
alien vm: actually use context callstacks when running code 2010-03-26 22:44:43 -04:00
arrays
assocs
bootstrap Get green threads working on Windows 2010-04-03 20:24:33 -04:00
byte-arrays
byte-vectors
checksums
classes
combinators
compiler/units
continuations continuations: faster with-datastack 2010-04-03 19:10:21 -04:00
definitions
destructors
effects
generic
graphs
growable
hash-sets sets, hash-sets, bit-sets: fix some typos in the documentation 2010-03-30 01:10:39 -04:00
hashtables
init
io
kernel threads: use context-switching primitives 2010-03-29 20:40:17 -04:00
layouts
lexer lexer: fix output type of map-tokens 2010-03-26 16:31:48 -04:00
make
math
memory
namespaces Add context-specific special object table, generalizing catchstack_save and current_callback_save fields of context struct 2010-03-18 22:06:00 +13:00
parser lexer: each-token and map-tokens did not handle EOF properly 2010-03-26 03:42:07 -04:00
quotations
sbufs
sequences
sets sets, hash-sets, bit-sets: fix some typos in the documentation 2010-03-30 01:10:39 -04:00
slots
sorting
source-files
splitting
strings
syntax lexer: each-token and map-tokens did not handle EOF properly 2010-03-26 03:42:07 -04:00
system threads: delete old contexts immediately instead of handing them off to a 'context recycler' thread 2010-03-30 21:47:48 -04:00
vectors
vocabs Docs for require-when 2010-03-19 06:45:55 -04:00
words