index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
continuations.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-14
Optimize make-stack
Andy Wingo
1
-9
/
+8
2014-04-14
scm_c_make_frame takes struct scm_frame as arg
Andy Wingo
1
-4
/
+8
2014-03-22
Out-of-memory situations raise exceptions instead of aborting
Andy Wingo
1
-2
/
+5
2013-11-21
One more SCM vm user: continuations.
Andy Wingo
1
-5
/
+5
2013-11-21
Heap frame "stack holders" are raw scm_vm / scm_vm_cont pointers
Andy Wingo
1
-1
/
+1
2013-11-21
Heap frames have a "frame kind" bit
Andy Wingo
1
-1
/
+1
2013-11-21
Scheme frame objects hold relative stack offsets
Andy Wingo
1
-4
/
+3
2013-11-19
Change SCM_PACK_RTL macros to SCM_PACK_OP / SCM_PACK_OP_ARG
Andy Wingo
1
-1
/
+1
2013-11-19
scm_rtl_op_* -> scm_op_*
Andy Wingo
1
-1
/
+1
2013-11-19
Remove RTL_ infix from macros
Andy Wingo
1
-2
/
+2
2013-11-19
Rename scm_tc7_rtl_program to scm_tc7_program
Andy Wingo
1
-1
/
+1
2013-10-27
VM has "builtins": primitives addressable by emitted RTL code
Andy Wingo
1
-20
/
+0
2013-10-18
Continuations are RTL stubs
Andy Wingo
1
-96
/
+24
2012-03-03
the dynamic stack is really a stack now, instead of a list
Andy Wingo
1
-25
/
+16
2012-02-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-18
/
+17
2012-02-04
fix compilation of control.c, continuations.c when SCM_ALIGNED is not defined
Andy Wingo
1
-18
/
+17
2011-11-08
locking for putc, puts
Andy Wingo
1
-4
/
+4
2011-10-24
add SCM_{PACK,UNPACK}_POINTER
Andy Wingo
1
-3
/
+3
2011-05-15
move SCM_FLUSH_REGISTER_WINDOWS to continuations.c
Andy Wingo
1
-0
/
+11
2011-05-13
scm_is_eq for SCM vals, not == or !=
Andy Wingo
1
-1
/
+1
2011-03-30
with-continuation-barrier calls exit(3) _after_ unwinding
Andy Wingo
1
-3
/
+64
2011-03-25
Revert "with-continuation-barrier carps, calls exit(3) _after_ unwinding"
Andy Wingo
1
-13
/
+3
2011-03-24
with-continuation-barrier carps, calls exit(3) _after_ unwinding
Andy Wingo
1
-3
/
+13
2011-01-27
objcode type is an enumeration, not flags
Andy Wingo
1
-2
/
+2
2010-07-17
use scm_malloc_pointerless to alloc aligned blocks in fallback
Andy Wingo
1
-5
/
+4
2010-05-30
Fix parenthesizing of the `ROUND_UP' macro; factorize.
Ludovic Courtès
1
-1
/
+0
2010-05-28
Fix the visibility of a few of internal symbols.
Ludovic Courtès
1
-1
/
+1
2010-02-18
fix comment in continuations.c
Andy Wingo
1
-2
/
+2
2010-02-08
continuations return multiple values on the stack
Andy Wingo
1
-30
/
+31
2010-02-08
scm_i_make_continuation takes vm and vm_cont args explicitly
Andy Wingo
1
-9
/
+8
2010-02-08
make scm_make_continuation internal
Andy Wingo
1
-3
/
+3
2010-02-08
eval.c uses scm_i_call_with_current_continuation
Andy Wingo
1
-6
/
+40
2010-02-08
continuations are vm procedures
Andy Wingo
1
-18
/
+147
2009-12-08
fix SCM_CELL macro usage in continuations.[ch]
Andy Wingo
1
-1
/
+1
2009-12-03
remove debug frames
Andy Wingo
1
-8
/
+1
2009-09-30
Fix spurious `throw from within critical section' errors
Neil Jerram
1
-1
/
+1
2009-08-28
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-3
/
+3
2009-08-21
Avoid clash with system setjmp/longjmp on IA64
Neil Jerram
1
-3
/
+3
2009-08-18
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-8
/
+9
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-04-17
fix a couple gc-related continuations bugs
Andy Wingo
1
-2
/
+2
2009-03-22
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-0
/
+3
2008-09-30
Merge commit 'origin/master' into vm
Andy Wingo
1
-1
/
+4
2008-09-26
Fix continuation marking, and some tests.
Andy Wingo
1
-0
/
+1
2008-09-24
make call/cc capture and restore the vm stacks
Andy Wingo
1
-0
/
+3
2008-09-13
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-1
/
+4
2008-09-13
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
Ludovic Courtès
1
-1
/
+4
2008-09-10
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-31
/
+27
2008-09-10
Merge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347' into boehm-demers-wei...
Ludovic Courtès
1
-26
/
+10
2008-09-05
Removed the mark/free functions of continuations and threads.
Ludovic Courtes
1
-37
/
+0
[next]