Home
last modified time | relevance | path

Searched refs:scm_i_vm_mark_stack (Results 1 – 7 of 7) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dvm.h74 SCM_INTERNAL struct GC_ms_entry * scm_i_vm_mark_stack (struct scm_vm *,
H A Dthreads.c119 mark_stack_ptr = scm_i_vm_mark_stack (t->vp, mark_stack_ptr, in thread_mark()
H A Dvm.c960 scm_i_vm_mark_stack (struct scm_vm *vp, struct GC_ms_entry *mark_stack_ptr, in scm_i_vm_mark_stack() function
/dports/lang/guile/guile-3.0.7/libguile/
H A Dvm.h88 SCM_INTERNAL struct GC_ms_entry * scm_i_vm_mark_stack (struct scm_vm *,
H A Dthreads.c115 mark_stack_ptr = scm_i_vm_mark_stack (&t->vm, mark_stack_ptr, in thread_mark()
H A Dvm.c697 scm_i_vm_mark_stack (struct scm_vm *vp, struct GC_ms_entry *mark_stack_ptr, in scm_i_vm_mark_stack() function
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog1145 stack-walking code in 'scm_i_vm_mark_stack' to exit early on.
8863 (scm_i_vm_mark_stack): Interpret slot maps as having two bits per
9150 (scm_i_vm_mark_stack): Terminate when FP is above stack_top, not when
9266 (scm_i_vm_mark_stack): Adapt to walk up the stack.
10635 * libguile/vm.c (scm_i_vm_mark_stack): Fill the stack with
16323 * libguile/vm.c (find_dead_slot_map, scm_i_vm_mark_stack): Use a little
16380 Micro-optimization to scm_i_vm_mark_stack
16381 * libguile/vm.c (scm_i_vm_mark_stack): Micro-optimize GC_MARK_AND_PUSH
16451 * libguile/vm.c (scm_i_vm_mark_stack): Mark the hottest frame
17771 * libguile/vm.c (scm_i_vm_mark_stack): Mark the stack more precisely.
[all …]