Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Andy Wingo 6dd87f4d8c Add suspendable-continuation? 8 gadi atpakaļ
  Andy Wingo dc2a560264 Deprecate dynamic roots 8 gadi atpakaļ
  Andy Wingo 8fc9450619 Remove call/cc assertion about critical sections 8 gadi atpakaļ
  Andy Wingo 105e36543f Remove scm_puts_unlocked. 8 gadi atpakaļ
  Andy Wingo 206b3f6e03 Remove scm_putc_unlocked. 8 gadi atpakaļ
  Andy Wingo 30c06bfbb3 Remove sp from scm_vm_cont 9 gadi atpakaļ
  Andy Wingo 0007507340 VM stack grows downward 9 gadi atpakaļ
  Andy Wingo 3b14dd2f27 Optimize make-stack 10 gadi atpakaļ
  Andy Wingo 8de051da47 scm_c_make_frame takes struct scm_frame as arg 10 gadi atpakaļ
  Andy Wingo c2247b782a Out-of-memory situations raise exceptions instead of aborting 11 gadi atpakaļ
  Andy Wingo 796e54a74c One more SCM vm user: continuations. 11 gadi atpakaļ
  Andy Wingo 5515edc5f2 Heap frame "stack holders" are raw scm_vm / scm_vm_cont pointers 11 gadi atpakaļ
  Andy Wingo 050a40db5b Heap frames have a "frame kind" bit 11 gadi atpakaļ
  Andy Wingo 89b235afd3 Scheme frame objects hold relative stack offsets 11 gadi atpakaļ
  Andy Wingo 095100bbdb Change SCM_PACK_RTL macros to SCM_PACK_OP / SCM_PACK_OP_ARG 11 gadi atpakaļ
  Andy Wingo 3fe96dd808 scm_rtl_op_* -> scm_op_* 11 gadi atpakaļ
  Andy Wingo d798a895cc Remove RTL_ infix from macros 11 gadi atpakaļ
  Andy Wingo e0755cd12a Rename scm_tc7_rtl_program to scm_tc7_program 11 gadi atpakaļ
  Andy Wingo 486013d67c VM has "builtins": primitives addressable by emitted RTL code 11 gadi atpakaļ
  Andy Wingo d691ac2069 Continuations are RTL stubs 11 gadi atpakaļ
  Andy Wingo 9ede013f68 the dynamic stack is really a stack now, instead of a list 13 gadi atpakaļ
  Andy Wingo 0858753e82 Merge remote-tracking branch 'origin/stable-2.0' 13 gadi atpakaļ
  Andy Wingo 5556c17511 fix compilation of control.c, continuations.c when SCM_ALIGNED is not defined 13 gadi atpakaļ
  Andy Wingo 0607ebbfcf locking for putc, puts 13 gadi atpakaļ
  Andy Wingo 21041372ed add SCM_{PACK,UNPACK}_POINTER 13 gadi atpakaļ
  Andy Wingo 2acdd822fb move SCM_FLUSH_REGISTER_WINDOWS to continuations.c 13 gadi atpakaļ
  Andy Wingo d223c3fcdd scm_is_eq for SCM vals, not == or != 13 gadi atpakaļ
  Andy Wingo e309f3bf9e with-continuation-barrier calls exit(3) _after_ unwinding 14 gadi atpakaļ
  Andy Wingo 2a6f90e524 Revert "with-continuation-barrier carps, calls exit(3) _after_ unwinding" 14 gadi atpakaļ
  Andy Wingo ecba00af65 with-continuation-barrier carps, calls exit(3) _after_ unwinding 14 gadi atpakaļ