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
2020-02-08
Fix build on ia64.
John Paul Adrian Glaubitz
1
-3
/
+3
2020-02-08
Fix build on platforms where the stack grows upwards.
John Paul Adrian Glaubitz
1
-1
/
+1
2018-08-29
Fix jit function data for goto_continuation_code
Andy Wingo
1
-1
/
+1
2018-08-12
Continuations capture machine code address
Andy Wingo
1
-10
/
+11
2018-08-06
Add instrument-entry to continuations
Andy Wingo
1
-4
/
+20
2018-06-27
Intrinsics take registers from thread
Andy Wingo
1
-2
/
+2
2018-06-26
Rename scm_i_thread to scm_thread
Andy Wingo
1
-6
/
+6
2018-06-26
Refactor continuation capture in VM
Andy Wingo
1
-18
/
+3
2018-06-26
Reinstating undelimited continuations uses intrinsic
Andy Wingo
1
-23
/
+6
2018-06-21
Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types
Andy Wingo
1
-1
/
+1
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Make .c copyright headers uniform
Andy Wingo
1
-1
/
+2
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-7
/
+9
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-21
/
+21
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Devolve symbols.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-20
Move subr snarfing macros to gsubr.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Devolve numbers.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve boolean.h include.
Andy Wingo
1
-0
/
+1
2018-06-18
Remove list.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-17
Refactor regarding internal detection of ia64
Andy Wingo
1
-1
/
+1
2018-06-17
Refactor handling of auxiliary stacks and setjmp/longjmp
Andy Wingo
1
-38
/
+52
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-4
/
+6
2017-02-13
Fix compilation of continuations.c
Andy Wingo
1
-2
/
+1
2017-02-12
Remove unused variable in continuations.c
Andy Wingo
1
-1
/
+0
2017-02-12
VM continuations store FP/SP by offset
Andy Wingo
1
-2
/
+1
2016-12-12
Add suspendable-continuation?
Andy Wingo
1
-0
/
+3
2016-11-21
Deprecate dynamic roots
Andy Wingo
1
-1
/
+0
2016-11-01
Remove call/cc assertion about critical sections
Andy Wingo
1
-6
/
+0
2016-04-26
Remove scm_puts_unlocked.
Andy Wingo
1
-3
/
+3
2016-04-26
Remove scm_putc_unlocked.
Andy Wingo
1
-1
/
+1
2015-10-21
Remove sp from scm_vm_cont
Andy Wingo
1
-1
/
+1
2015-10-21
VM stack grows downward
Andy Wingo
1
-2
/
+5
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
[next]