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
/
frames.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-12
VM continuations store FP/SP by offset
Andy Wingo
1
-28
/
+0
2016-04-26
Remove scm_puts_unlocked.
Andy Wingo
1
-2
/
+2
2016-04-26
Remove scm_putc_unlocked.
Andy Wingo
1
-1
/
+1
2016-01-31
Remove frame-local-ref, frame-local-set!
Andy Wingo
1
-10
/
+25
2015-12-01
Add support for unboxed s64 values
Andy Wingo
1
-1
/
+9
2015-12-01
Add low-level support for unboxed 64-bit unsigned ints
Andy Wingo
1
-1
/
+9
2015-12-01
Remove frame-procedure
Andy Wingo
1
-13
/
+0
2015-12-01
More robust low-level frame printer
Andy Wingo
1
-3
/
+11
2015-12-01
Add frame-procedure-name
Andy Wingo
1
-0
/
+23
2015-12-01
Identify boot continuations by code, not closure
Andy Wingo
1
-5
/
+2
2015-10-28
Stack slots can hold a double
Andy Wingo
1
-2
/
+3
2015-10-28
Reflection support for unboxed f64 slots
Andy Wingo
1
-6
/
+49
2015-10-21
Replace dynamic link on stack with previous frame size
Andy Wingo
1
-10
/
+2
2015-10-21
VM stack grows downward
Andy Wingo
1
-34
/
+28
2014-05-04
frame-address, frame-stack-pointer return offsets
Andy Wingo
1
-2
/
+2
2014-04-16
frame-previous, frame-procedure robustness
Andy Wingo
1
-21
/
+34
2014-04-16
Better backtraces from C, especially for optimized closures
Andy Wingo
1
-0
/
+21
2014-04-14
Optimize make-stack
Andy Wingo
1
-3
/
+17
2014-04-14
scm_c_make_frame takes struct scm_frame as arg
Andy Wingo
1
-10
/
+7
2014-04-14
Refactor to frames code
Andy Wingo
1
-45
/
+69
2014-02-07
Merge commit '60617d819d77a1b92ed6c557a0b49b8e9a8e97b9'
Andy Wingo
1
-7
/
+13
2014-01-23
Fix thread-unsafe lazy initializations.
Mark H Weaver
1
-7
/
+13
2013-11-21
Heap frame "stack holders" are raw scm_vm / scm_vm_cont pointers
Andy Wingo
1
-10
/
+23
2013-11-21
Heap frames have a "frame kind" bit
Andy Wingo
1
-4
/
+6
2013-11-21
Scheme frame objects hold relative stack offsets
Andy Wingo
1
-8
/
+43
2013-11-19
Remove RTL_ infix from macros
Andy Wingo
1
-1
/
+1
2013-11-19
All instruction pointers are now scm_t_uint32*
Andy Wingo
1
-1
/
+1
2013-11-17
Frame pointer points to local 0 instead of local 1
Andy Wingo
1
-13
/
+13
2013-11-15
Remove MVRA from VM frames
Andy Wingo
1
-40
/
+10
2013-11-15
Remove MVRA accessors in libguile
Andy Wingo
1
-12
/
+0
2013-11-08
Remove stack programs, objcode, and the old VM.
Andy Wingo
1
-24
/
+6
2013-11-07
frame-instruction-pointer is absolute; rewrite (system vm coverage)
Andy Wingo
1
-24
/
+2
2013-11-07
scm_from_uintptr_t / scm_from_ptrdiff_t usage
Andy Wingo
1
-11
/
+10
2013-10-17
Stack traces skip RTL boot frames
Andy Wingo
1
-1
/
+2
2013-10-04
better RTL debugging
Andy Wingo
1
-2
/
+6
2013-05-31
add new rtl vm
Andy Wingo
1
-1
/
+11
2012-05-11
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-5
/
+16
2012-05-11
fix more assumptions that the frame-procedure is a procedure
Andy Wingo
1
-5
/
+16
2012-05-10
Merge remote-tracking branch 'local-2.0/stable-2.0'
Andy Wingo
1
-1
/
+6
2012-05-10
refactor vm application of non-programs; boot continuation refactor
Andy Wingo
1
-1
/
+6
2012-01-30
Merge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
Andy Wingo
1
-2
/
+9
2012-01-22
Parenthesize and type `SCM_FRAME' macros; check layout of `scm_vm_frame'.
Ludovic Courtès
1
-2
/
+9
2011-11-08
locking for putc, puts
Andy Wingo
1
-3
/
+3
2011-05-13
more care regarding SCM_PACK and SCM_UNPACK
Andy Wingo
1
-3
/
+3
2011-03-15
fix frame dynamic linkage in the face of partial continuation application
Andy Wingo
1
-3
/
+3
2011-02-11
frame-source available in default environment
Andy Wingo
1
-9
/
+10
2010-11-19
fix a number of assumptions that a pointer could fit into a long
Andy Wingo
1
-11
/
+10
2010-09-30
add ,registers
Andy Wingo
1
-0
/
+11
2010-09-23
add scm_frame_address / frame-address
Andy Wingo
1
-0
/
+10
2010-01-07
tc7 tags for vm-related data
Andy Wingo
1
-14
/
+3
[next]