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