Home
last modified time | relevance | path

Searched refs:VM_DEBUG_BP_CHECK (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dvm_core.h714 #ifndef VM_DEBUG_BP_CHECK
715 #define VM_DEBUG_BP_CHECK 0 macro
764 #if VM_DEBUG_BP_CHECK
H A Dvm_insnhelper.c250 #if VM_DEBUG_BP_CHECK in vm_push_frame()
1567 #if VM_DEBUG_BP_CHECK in vm_base_ptr()
H A Dvm.c166 VM_ASSERT(sizeof(rb_control_frame_t)/sizeof(VALUE) == 7 + VM_DEBUG_BP_CHECK ? 1 : 0); in VM_CAPTURED_BLOCK_TO_CFP()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.01403 * vm_core.h (VM_DEBUG_BP_CHECK): set 0 as default.
8954 * vm_core.h: now VM_DEBUG_BP_CHECK should be 1.
8961 this field by setting VM_DEBUG_BP_CHECK as 0.
8976 * cont.c (fiber_init): fix to check VM_DEBUG_BP_CHECK.