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
/
vm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not warn the user when 'madvise' returns ENOSYS.
...
Ludovic Courtès
2018-12-16
1
-2
/
+5
*
vm: Fix another typo.
...
Ludovic Courtès
2018-06-24
1
-1
/
+0
*
vm: Fix typo when checking for 'madvise' error code.
...
Ludovic Courtès
2018-06-18
1
-0
/
+1
*
All literal constants are read-only
...
Andy Wingo
2017-04-18
1
-0
/
+14
*
Attempt to mutate residualized literal pair throws exception
...
Andy Wingo
2017-04-18
1
-0
/
+7
*
Better errors for odd-length keyword args
...
Andy Wingo
2017-02-28
1
-4
/
+4
*
VM continuations store FP/SP by offset
...
Andy Wingo
2017-02-12
1
-23
/
+9
*
Add suspendable-continuation?
...
Andy Wingo
2016-12-12
1
-3
/
+10
*
Reimplement dynamic states
...
Andy Wingo
2016-12-05
1
-10
/
+1
*
Inline interrupts
...
Andy Wingo
2016-11-19
1
-0
/
+7
*
Compiler support for atomics
...
Andy Wingo
2016-09-06
1
-10
/
+20
*
Remove unused static definitions
...
Andy Wingo
2016-06-11
1
-36
/
+0
*
Add integer->char and char->integer opcodes
...
Andy Wingo
2016-05-04
1
-0
/
+7
*
Remove scm_puts_unlocked.
...
Andy Wingo
2016-04-26
1
-2
/
+2
*
Unbox indexes of vectors, strings, and structs
...
Andy Wingo
2015-12-01
1
-0
/
+7
*
Untag values and indexes for all bytevector instructions
...
Andy Wingo
2015-12-01
1
-0
/
+14
*
Apply of non-programs has IP that is not from prev frame
...
Andy Wingo
2015-12-01
1
-0
/
+4
*
Identify boot continuations by code, not closure
...
Andy Wingo
2015-12-01
1
-0
/
+6
*
VM support for raw slots
...
Andy Wingo
2015-10-28
1
-32
/
+45
*
SP-relative local addressing
...
Andy Wingo
2015-10-21
1
-2
/
+2
*
Replace dynamic link on stack with previous frame size
...
Andy Wingo
2015-10-21
1
-42
/
+7
*
Rename union scm_vm_stack_element members
...
Andy Wingo
2015-10-21
1
-10
/
+11
*
Remove sp from scm_vm_cont
...
Andy Wingo
2015-10-21
1
-3
/
+2
*
VM stack grows downward
...
Andy Wingo
2015-10-21
1
-197
/
+197
*
The GOOPS "unbound" value is a unique pair
...
Andy Wingo
2015-01-23
1
-2
/
+2
*
VM robustness for optimized closures
...
Andy Wingo
2014-04-16
1
-6
/
+6
*
Fix rewinding continuations when outermost frame has zero locals
...
Andy Wingo
2014-04-16
1
-1
/
+1
*
make-stack works on delimited continuations
...
Andy Wingo
2014-04-16
1
-0
/
+13
*
Out-of-memory situations raise exceptions instead of aborting
...
Andy Wingo
2014-03-22
1
-2
/
+5
*
Remove default soft stack limit; add call-with-stack-overflow-handler
...
Andy Wingo
2014-03-12
1
-42
/
+145
*
Threadsafe stack relocation
...
Andy Wingo
2014-02-20
1
-61
/
+132
*
assertion refactor in the vm
...
Andy Wingo
2014-02-20
1
-3
/
+1
*
Fix "VM never extends vp->sp ..." commit
...
Andy Wingo
2014-02-20
1
-4
/
+3
*
Remove the hard stack size limit
...
Andy Wingo
2014-02-20
1
-17
/
+0
*
VM never extends vp->sp beyond mapped region of stack
...
Andy Wingo
2014-02-20
1
-9
/
+14
*
Unwind-only stack overflow exceptions
...
Andy Wingo
2014-02-20
1
-7
/
+3
*
Fix scm_i_vm_capture_stack comment.
...
Andy Wingo
2014-02-19
1
-11
/
+3
*
Default stack size is one page.
...
Andy Wingo
2014-02-19
1
-7
/
+14
*
More robust stack expansion and contraction
...
Andy Wingo
2014-02-19
1
-7
/
+38
*
SCM_I_IS_VECTOR only true for tc7_vector, not weak vectors
...
Andy Wingo
2014-02-08
1
-0
/
+15
*
Various VM stack management fixes
...
Andy Wingo
2014-02-05
1
-64
/
+90
*
Add thread-local lock-free, TLS-free freelists.
...
Andy Wingo
2014-02-02
1
-0
/
+1
*
Add dead slot map cache
...
Andy Wingo
2014-02-02
1
-2
/
+36
*
Return unused parts of the stack to the OS
...
Andy Wingo
2014-01-31
1
-8
/
+55
*
Micro-optimization to scm_i_vm_mark_stack
...
Andy Wingo
2014-01-31
1
-2
/
+5
*
More precise stack marking via .guile.frame-maps section
...
Andy Wingo
2014-01-26
1
-4
/
+31
*
Remove private-gc.h
...
Andy Wingo
2013-11-28
1
-2
/
+1
*
Remove the restore-continuation-hook.
...
Andy Wingo
2013-11-27
1
-14
/
+0
*
Expandable stacks.
...
Andy Wingo
2013-11-22
1
-28
/
+122
*
More precise stack marking.
...
Andy Wingo
2013-11-22
1
-5
/
+13
[next]