aboutsummaryrefslogtreecommitdiffstats
path: root/tool/instruction.rb
Commit message (Expand)AuthorAgeFilesLines
* * tool/instruction.rb: fix to follow current implementation.naruse2016-04-271-10/+17
* * vm_core.h: split rb_call_info_t into several structs.ko12015-09-191-1/+4
* tool/instruction.rb: remove extra blank linesnobu2014-11-021-1/+1
* tool/instruction.rb: remove trailing spacesnobu2014-11-021-4/+4
* vm.inc.tmpl + instruction.rb: typo fixesnormal2014-09-141-1/+1
* [DOC] Correct a couple of typos in comments by @dvsuresh [Fixes GH-482]a_matsuda2013-12-141-1/+1
* * tool/instruction.rb : fix typo.tarui2013-11-201-2/+2
* * vm_exec.h, tool/instruction.rb: not an error, but a BUG if stackko12013-07-261-2/+2
* * vm_core.h, eval_intern.h (CHECK_STACK_OVERFLOW): moveko12012-12-251-2/+2
* tool/vpath.rbnobu2012-11-291-63/+7
* remove garbage linenobu2012-10-141-1/+0
* * insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h:ko12012-10-141-2/+6
* * vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'.ko12012-10-091-2/+8
* * insns.def (getlocal, setlocal): remove old getlocal/setlocalko12012-10-041-4/+1
* * vm.c (VM_COLLECT_USAGE_DETAILS): make new VM usage analysisko12012-10-041-2/+2
* * remove trailing spaces.nobu2011-05-151-10/+10
* * insns.def: Change the operand type of setinlinecacheko12010-02-241-7/+0
* * tool/instruction.rb (make_header_prepare_stack): check stacknobu2009-09-231-4/+16
* * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu2009-09-211-2/+2
* * tool/instruction.rb (make_insn_operand_optimized): fixed typo.nobu2009-09-211-2/+2
* * insns.def (opt_*): add IC operands.ko12009-09-061-1/+1
* * tool/instruction.rb: executable.nobu2009-09-021-0/+0
* * tool/instruction.rb (RubyVM::InstructionsLoader#make_stackcaching_insns):nobu2009-09-011-8/+3
* * vm_core.h, compile.c: declare struct iseq_inline_cache_entry.ko12009-07-131-0/+8
* * insns.def, tool/instruction.rb: fixed types.nobu2009-06-301-1/+1
* * keywords, lex.c.src, opt_insn_unif.def, opt_operand.def: moved rarely changedyugui2008-10-181-4/+4
* * tool/instruction.rb: RubyVM is not module.ko12008-07-011-1/+1
* * vm_core.h (rb_num_t): moved form vm.h.nobu2008-05-231-5/+9
* * compile.c (iseq_set_sequence, iseq_insns_unification,nobu2008-04-031-3/+3
* * tool/insns2vm.rb: moved from lib/vm/instruction.rb.ko12007-12-221-0/+1381