Age | Commit message (Expand) | Author |
2018-09-21 | fix typo. | ko1 |
2018-03-04 | mjit_compile.c: use local variables for stack | k0kubun |
2018-03-03 | vm.c: add mjit_enable_p flag | k0kubun |
2018-02-04 | mjit_compile.c: merge initial JIT compiler | k0kubun |
2018-01-12 | delete tool/instruction.rb (2nd try) | shyouhei |
2018-01-10 | merge revisions 61753:61750 61747:61740 61737:61728 | shyouhei |
2018-01-09 | delete tool/instruction.rb | shyouhei |
2018-01-02 | label as lvalue is a GCCism | shyouhei |
2017-12-11 | vm_exec.h: introduce macros for abstarction. | ko1 |
2017-11-14 | remove `trace` instruction. [Feature #14104] | ko1 |
2017-10-29 | `th` -> `ec` for VM dump related functions. | ko1 |
2017-10-27 | catch up recent changes for call threaded code VM. | ko1 |
2017-10-27 | `ec` -> `th` | ko1 |
2017-10-26 | Use rb_execution_context_t instead of rb_thread_t | ko1 |
2017-08-10 | rename rb_execution_context_t::stack(_size) to vm_stack(_size). | ko1 |
2017-06-28 | move fields to ec. | ko1 |
2017-05-09 | rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t | normal |
2013-12-18 | * vm_exec.h (VM_DEBUG_STACKOVERFLOW): added. | ko1 |
2013-11-29 | * vm_dump.c (rb_vmdebug_debug_print_pre): Bugfix. Get PC directly. | tarui |
2013-11-18 | vm_core.h: extract VM_STACK_OVERFLOWED_P | nobu |
2013-07-26 | vm_exec.h: fix CHECK_VM_STACK_OVERFLOW_FOR_INSN | nobu |
2013-07-26 | * vm_exec.h, tool/instruction.rb: not an error, but a BUG if stack | ko1 |
2013-04-22 | fix minor code comment typos | tmm1 |
2013-03-18 | * vm_exec.h (END_INSN): revert r39517 because the segv seems fixed by | naruse |
2013-02-27 | * vm_exec.h (END_INSN): llvm-gcc may optimize out reg_cfp and cause | naruse |
2013-02-10 | vm_exec.h: fix typo | nobu |
2013-02-10 | * vm_exec.h (DISPATCH_ARCH_DEPEND_WAY): use __asm__ __vilatile__ | kosaki |
2012-12-29 | adjust style | nobu |
2012-11-15 | * vm_exec.h (GENTRY): GENTRY should be pointer size. | ko1 |
2012-10-04 | * insns.def (getlocal, setlocal): remove old getlocal/setlocal | ko1 |
2012-10-04 | * vm.c (VM_COLLECT_USAGE_DETAILS): make new VM usage analysis | ko1 |
2012-07-25 | Suppress warnings. | naruse |
2012-06-11 | * vm_core.h: remove lfp (local frame pointer) and rename | ko1 |
2011-01-23 | * vm_exec.h: parenthesize macro arguments. | akr |
2010-10-12 | * configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf format | nobu |
2010-07-27 | * class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c: | naruse |
2010-01-05 | removes the dtrace support. reverts r26239, r26238 and r26235. | yugui |
2010-01-03 | * trace.h: new file. wraps tracing mechanisms. | yugui |
2009-01-19 | * vm_dump.c: add a prefix "rb_vmdebug_" to | ko1 |
2008-11-19 | * vm_exec.h (RUBY_VM_EXEC_H): fixed include guard. | nobu |
2008-09-23 | * common.mk: clean up | ko1 |