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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-23
Update frames.h comments.
Andy Wingo
1
-10
/
+6
2018-07-20
Reserve frame word for machine return address
Andy Wingo
1
-11
/
+15
2018-07-20
Prepare for frames having separate virtual and machine return addrs
Andy Wingo
1
-22
/
+24
2018-06-21
Use ptrdiff_t instead of scm_t_ptrdiff
Andy Wingo
1
-2
/
+2
2018-06-21
Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types
Andy Wingo
1
-5
/
+5
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
libguile header files have uniform format for copyright declarations
Andy Wingo
1
-2
/
+3
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Rename __scm.h to scm.h
Andy Wingo
1
-2
/
+0
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-18
Devolve gc.h
Andy Wingo
1
-0
/
+2
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-2
/
+2
2017-02-12
VM continuations store FP/SP by offset
Andy Wingo
1
-2
/
+0
2016-01-31
Remove frame-local-ref, frame-local-set!
Andy Wingo
1
-4
/
+0
2015-12-01
Add support for unboxed s64 values
Andy Wingo
1
-0
/
+1
2015-12-01
Add low-level support for unboxed 64-bit unsigned ints
Andy Wingo
1
-0
/
+1
2015-12-01
Remove frame-procedure
Andy Wingo
1
-1
/
+0
2015-12-01
Add frame-procedure-name
Andy Wingo
1
-0
/
+1
2015-10-28
Stack slots can hold a double
Andy Wingo
1
-0
/
+1
2015-10-28
Reflection support for unboxed f64 slots
Andy Wingo
1
-2
/
+3
2015-10-21
Replace dynamic link on stack with previous frame size
Andy Wingo
1
-3
/
+3
2015-10-21
Rename union scm_vm_stack_element members
Andy Wingo
1
-13
/
+13
2015-10-21
VM stack grows downward
Andy Wingo
1
-40
/
+36
2014-04-16
Remove SCM_FRAME_PROGRAM
Andy Wingo
1
-21
/
+0
2014-04-16
Better backtraces from C, especially for optimized closures
Andy Wingo
1
-0
/
+1
2014-04-14
Optimize make-stack
Andy Wingo
1
-0
/
+4
2014-04-14
scm_c_make_frame takes struct scm_frame as arg
Andy Wingo
1
-3
/
+2
2014-04-14
Refactor to frames code
Andy Wingo
1
-1
/
+4
2013-11-21
Heap frame "stack holders" are raw scm_vm / scm_vm_cont pointers
Andy Wingo
1
-3
/
+3
2013-11-21
Heap frames have a "frame kind" bit
Andy Wingo
1
-1
/
+9
2013-11-21
The dynamic stack records SP and FP values as offsets
Andy Wingo
1
-4
/
+6
2013-11-21
Scheme frame objects hold relative stack offsets
Andy Wingo
1
-8
/
+15
2013-11-19
All instruction pointers are now scm_t_uint32*
Andy Wingo
1
-11
/
+3
2013-11-17
Frame pointer points to local 0 instead of local 1
Andy Wingo
1
-47
/
+79
2013-11-15
Remove MVRA from VM frames
Andy Wingo
1
-29
/
+11
2013-11-15
Remove MVRA accessors in libguile
Andy Wingo
1
-6
/
+1
2013-05-31
add new rtl vm
Andy Wingo
1
-1
/
+32
2012-01-30
Merge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
Andy Wingo
1
-3
/
+4
2012-01-22
Parenthesize and type `SCM_FRAME' macros; check layout of `scm_vm_frame'.
Ludovic Courtès
1
-3
/
+4
2011-10-27
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-17
/
+32
2011-10-24
refactor tc7 and tc16 checks
Andy Wingo
1
-1
/
+1
2011-10-19
slight frames.h refactor
Andy Wingo
1
-17
/
+32
2011-05-13
more care regarding SCM_PACK and SCM_UNPACK
Andy Wingo
1
-4
/
+4
2010-09-30
add ,registers
Andy Wingo
1
-0
/
+1
2010-09-23
add scm_frame_address / frame-address
Andy Wingo
1
-0
/
+1
2010-01-07
tc7 tags for vm-related data
Andy Wingo
1
-6
/
+5
2009-12-15
expose frame-previous, once again
Andy Wingo
1
-2
/
+1
2009-12-03
replace frame implementation with VM frames
Andy Wingo
1
-19
/
+29
2009-10-23
runtime and debugging support for callee-parsed procedure args
Andy Wingo
1
-13
/
+12
2009-08-20
programs have their own tc7 now
Andy Wingo
1
-4
/
+3
[next]