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
/
stacks.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-1
/
+2
2017-09-22
Deprecate make-struct
Andy Wingo
1
-2
/
+2
2017-03-07
Add thread local fluids
Andy Wingo
1
-1
/
+1
2017-02-12
VM continuations store FP/SP by offset
Andy Wingo
1
-4
/
+1
2017-02-07
Avoid stacks in dynamically-bound values
Andy Wingo
1
-1
/
+1
2016-11-21
Deprecate dynamic roots
Andy Wingo
1
-1
/
+0
2015-12-01
Identify boot continuations by code, not closure
Andy Wingo
1
-2
/
+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-05-01
Fix inner and outer stack cuts to match on procedure code
Andy Wingo
1
-17
/
+81
2014-04-16
make-stack works on delimited continuations
Andy Wingo
1
-0
/
+10
2014-04-14
Optimize make-stack
Andy Wingo
1
-66
/
+69
2014-04-14
scm_c_make_frame takes struct scm_frame as arg
Andy Wingo
1
-6
/
+8
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
The dynamic stack records SP and FP values as offsets
Andy Wingo
1
-8
/
+8
2013-11-21
Scheme frame objects hold relative stack offsets
Andy Wingo
1
-3
/
+4
2013-11-19
Remove RTL_ infix from macros
Andy Wingo
1
-1
/
+1
2013-11-08
Remove stack programs, objcode, and the old VM.
Andy Wingo
1
-2
/
+1
2013-10-17
Stack traces skip RTL boot frames
Andy Wingo
1
-2
/
+3
2012-05-11
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-0
/
+1
2012-05-11
fix more assumptions that the frame-procedure is a procedure
Andy Wingo
1
-1
/
+2
2012-04-23
make-stack handles prompt tags better
Noah Lavine
1
-33
/
+33
2012-03-07
dynstack: pushing a prompt no longer allocates memory
Andy Wingo
1
-3
/
+3
2012-03-03
the dynamic stack is really a stack now, instead of a list
Andy Wingo
1
-19
/
+15
2012-02-02
Improve the usage of variable names in C docstrings.
Bake Timmons
1
-3
/
+3
2011-07-29
simplify narrow_stack.
Andy Wingo
1
-5
/
+4
2011-05-13
scm_is_eq for SCM vals, not == or !=
Andy Wingo
1
-1
/
+1
2011-03-17
fix code that causes warnings on gcc 4.6
Andy Wingo
1
-2
/
+0
2011-01-07
use scm_from_latin1_symboln for string literals and load-symbol
Andy Wingo
1
-2
/
+2
2010-03-13
narrowing stacks to prompts; backtrace shows frames from start-stack
Andy Wingo
1
-67
/
+110
2010-02-08
continuations return multiple values on the stack
Andy Wingo
1
-1
/
+1
2010-02-08
scm_i_make_continuation takes vm and vm_cont args explicitly
Andy Wingo
1
-1
/
+1
2010-02-08
continuations are vm procedures
Andy Wingo
1
-31
/
+3
2010-01-09
Fix bug: Init auto var to unrandomize `stack_depth' rv.
Thien-Thi Nguyen
1
-1
/
+1
2009-12-15
expose frame-previous, once again
Andy Wingo
1
-10
/
+10
2009-12-05
remove a bunch of needless scm_permanent_object calls
Andy Wingo
1
-4
/
+2
2009-12-03
replace frame implementation with VM frames
Andy Wingo
1
-253
/
+92
2009-12-03
remove debug frames
Andy Wingo
1
-327
/
+74
2009-12-01
new evaluator, y'all
Andy Wingo
1
-38
/
+2
2009-09-17
Fix incorrect stack count warnings
Neil Jerram
1
-0
/
+6
2009-09-17
Remove unhittable else branch for nonexistent type of debug frame
Neil Jerram
1
-3
/
+1
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-03-17
non-srcdir build fixes
Andy Wingo
1
-1
/
+0
2009-03-17
Merge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2' into vm-check
Andy Wingo
1
-7
/
+1
2009-03-02
Remove "compiled closures" ("cclos") in favor of a simpler mechanism.
Ludovic Courtès
1
-4
/
+1
2009-02-09
minor cleanups
Andy Wingo
1
-2
/
+6
2009-02-05
fix the ping-pong between evaluator and vm stacks in make-stack
Andy Wingo
1
-11
/
+15
2009-02-05
fix boot program detection, which in turn makes `make-stack' actually work
Andy Wingo
1
-38
/
+41
2009-01-29
static opcodes; refactor program/objcode division; use new assembly pipeline
Andy Wingo
1
-2
/
+2
[next]