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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
VM continuations store FP/SP by offset
...
Andy Wingo
2017-02-12
1
-2
/
+0
*
Remove frame-local-ref, frame-local-set!
...
Andy Wingo
2016-01-31
1
-4
/
+0
*
Add support for unboxed s64 values
...
Andy Wingo
2015-12-01
1
-0
/
+1
*
Add low-level support for unboxed 64-bit unsigned ints
...
Andy Wingo
2015-12-01
1
-0
/
+1
*
Remove frame-procedure
...
Andy Wingo
2015-12-01
1
-1
/
+0
*
Add frame-procedure-name
...
Andy Wingo
2015-12-01
1
-0
/
+1
*
Stack slots can hold a double
...
Andy Wingo
2015-10-28
1
-0
/
+1
*
Reflection support for unboxed f64 slots
...
Andy Wingo
2015-10-28
1
-2
/
+3
*
Replace dynamic link on stack with previous frame size
...
Andy Wingo
2015-10-21
1
-3
/
+3
*
Rename union scm_vm_stack_element members
...
Andy Wingo
2015-10-21
1
-13
/
+13
*
VM stack grows downward
...
Andy Wingo
2015-10-21
1
-40
/
+36
*
Remove SCM_FRAME_PROGRAM
...
Andy Wingo
2014-04-16
1
-21
/
+0
*
Better backtraces from C, especially for optimized closures
...
Andy Wingo
2014-04-16
1
-0
/
+1
*
Optimize make-stack
...
Andy Wingo
2014-04-14
1
-0
/
+4
*
scm_c_make_frame takes struct scm_frame as arg
...
Andy Wingo
2014-04-14
1
-3
/
+2
*
Refactor to frames code
...
Andy Wingo
2014-04-14
1
-1
/
+4
*
Heap frame "stack holders" are raw scm_vm / scm_vm_cont pointers
...
Andy Wingo
2013-11-21
1
-3
/
+3
*
Heap frames have a "frame kind" bit
...
Andy Wingo
2013-11-21
1
-1
/
+9
*
The dynamic stack records SP and FP values as offsets
...
Andy Wingo
2013-11-21
1
-4
/
+6
*
Scheme frame objects hold relative stack offsets
...
Andy Wingo
2013-11-21
1
-8
/
+15
*
All instruction pointers are now scm_t_uint32*
...
Andy Wingo
2013-11-19
1
-11
/
+3
*
Frame pointer points to local 0 instead of local 1
...
Andy Wingo
2013-11-17
1
-47
/
+79
*
Remove MVRA from VM frames
...
Andy Wingo
2013-11-15
1
-29
/
+11
*
Remove MVRA accessors in libguile
...
Andy Wingo
2013-11-15
1
-6
/
+1
*
add new rtl vm
...
Andy Wingo
2013-05-31
1
-1
/
+32
*
Merge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
...
Andy Wingo
2012-01-30
1
-3
/
+4
|
\
|
*
Parenthesize and type `SCM_FRAME' macros; check layout of `scm_vm_frame'.
...
Ludovic Courtès
2012-01-22
1
-3
/
+4
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-10-27
1
-17
/
+32
|
\
|
|
*
slight frames.h refactor
...
Andy Wingo
2011-10-19
1
-17
/
+32
*
|
refactor tc7 and tc16 checks
...
Andy Wingo
2011-10-24
1
-1
/
+1
|
/
*
more care regarding SCM_PACK and SCM_UNPACK
...
Andy Wingo
2011-05-13
1
-4
/
+4
*
add ,registers
...
Andy Wingo
2010-09-30
1
-0
/
+1
*
add scm_frame_address / frame-address
...
Andy Wingo
2010-09-23
1
-0
/
+1
*
tc7 tags for vm-related data
...
Andy Wingo
2010-01-07
1
-6
/
+5
*
expose frame-previous, once again
...
Andy Wingo
2009-12-15
1
-2
/
+1
*
replace frame implementation with VM frames
...
Andy Wingo
2009-12-03
1
-19
/
+29
*
runtime and debugging support for callee-parsed procedure args
...
Andy Wingo
2009-10-23
1
-13
/
+12
*
programs have their own tc7 now
...
Andy Wingo
2009-08-20
1
-4
/
+3
*
reorder frame layout
...
Andy Wingo
2009-08-20
1
-13
/
+20
*
fix unused SCM_FRAME_SET_DYNAMIC_LINK macro
...
Andy Wingo
2009-07-26
1
-1
/
+1
*
remove "externals" from the vm
...
Andy Wingo
2009-07-23
1
-10
/
+7
*
Change Guile license to LGPLv3+
...
Neil Jerram
2009-06-17
1
-6
/
+7
*
adjust VM copyright notices to LGPL, use SCM_INTERNAL/API properly
...
Andy Wingo
2009-05-26
1
-54
/
+30
*
remove heap links in VM frames, incorporate vm frames into normal backtraces
...
Andy Wingo
2008-12-26
1
-24
/
+41
*
add a multiple values return address to stack frames
...
Andy Wingo
2008-09-13
1
-1
/
+5
*
merge guile-vm into libguile itself
...
Andy Wingo
2008-08-21
1
-0
/
+125