aboutsummaryrefslogtreecommitdiffstats
path: root/vm_exec.h
Commit message (Expand)AuthorAgeFilesLines
* `th` -> `ec` for VM dump related functions.ko12017-10-291-1/+1
* catch up recent changes for call threaded code VM.ko12017-10-271-2/+2
* `ec` -> `th`ko12017-10-271-1/+1
* Use rb_execution_context_t instead of rb_thread_tko12017-10-261-2/+2
* rename rb_execution_context_t::stack(_size) to vm_stack(_size).ko12017-08-101-1/+1
* move fields to ec.ko12017-06-281-1/+1
* rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal2017-05-091-1/+1
* * vm_exec.h (VM_DEBUG_STACKOVERFLOW): added.ko12013-12-181-0/+7
* * vm_dump.c (rb_vmdebug_debug_print_pre): Bugfix. Get PC directly.tarui2013-11-291-1/+1
* vm_core.h: extract VM_STACK_OVERFLOWED_Pnobu2013-11-181-7/+2
* vm_exec.h: fix CHECK_VM_STACK_OVERFLOW_FOR_INSNnobu2013-07-261-4/+7
* * vm_exec.h, tool/instruction.rb: not an error, but a BUG if stackko12013-07-261-0/+4
* fix minor code comment typostmm12013-04-221-2/+2
* * vm_exec.h (END_INSN): revert r39517 because the segv seems fixed bynaruse2013-03-181-12/+0
* * vm_exec.h (END_INSN): llvm-gcc may optimize out reg_cfp and causenaruse2013-02-271-1/+13
* vm_exec.h: fix typonobu2013-02-101-1/+1
* * vm_exec.h (DISPATCH_ARCH_DEPEND_WAY): use __asm__ __vilatile__kosaki2013-02-101-1/+1
* adjust stylenobu2012-12-291-2/+2
* * vm_exec.h (GENTRY): GENTRY should be pointer size.ko12012-11-151-1/+1
* * insns.def (getlocal, setlocal): remove old getlocal/setlocalko12012-10-041-1/+0
* * vm.c (VM_COLLECT_USAGE_DETAILS): make new VM usage analysisko12012-10-041-10/+0
* Suppress warnings.naruse2012-07-251-2/+2
* * vm_core.h: remove lfp (local frame pointer) and renameko12012-06-111-2/+2
* * vm_exec.h: parenthesize macro arguments.akr2011-01-231-2/+2
* * configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf formatnobu2010-10-121-1/+1
* * class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c:naruse2010-07-271-1/+1
* removes the dtrace support. reverts r26239, r26238 and r26235.yugui2010-01-051-33/+2
* * trace.h: new file. wraps tracing mechanisms.yugui2010-01-031-2/+33
* * vm_dump.c: add a prefix "rb_vmdebug_" toko12009-01-191-3/+0
* * vm_exec.h (RUBY_VM_EXEC_H): fixed include guard.nobu2008-11-191-3/+3
* * common.mk: clean upko12008-09-231-0/+187