aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.c
Commit message (Expand)AuthorAgeFilesLines
...
* Pin labels during disassemblyAaron Patterson2019-10-281-4/+20
* Combine call info and cache to speed up method invocationAlan Wu2019-10-241-27/+18
* avoid overflow in integer multiplication卜部昌平2019-10-091-2/+5
* iseq.c (rb_iseq_compile_on_base): RemovedYusuke Endoh2019-10-041-20/+7
* iseq.c (rb_iseq_compile_with_option): dummy parent_iseq for the parserYusuke Endoh2019-10-041-1/+8
* Make parser_params have parent_iseq instead of base_blockYusuke Endoh2019-10-041-1/+1
* Adjusted spaces [ci skip]Nobuyoshi Nakada2019-09-271-2/+2
* Remove mark arrayAaron Patterson2019-09-261-4/+0
* Scan the ISEQ arena for markables and mark themAaron Patterson2019-09-261-0/+3
* Introduce a secondary arenaAaron Patterson2019-09-261-3/+5
* Extract allocation and free functionsAaron Patterson2019-09-261-17/+30
* Make Method/Proc#parameters handle **nil syntaxJeremy Evans2019-08-301-0/+6
* Constified local variable `translator`Nobuyoshi Nakada2019-08-301-12/+5
* Adjust indent [ci skip]Nobuyoshi Nakada2019-08-301-26/+26
* decouple compile.c usage of imemo_ifunc卜部昌平2019-08-271-4/+6
* Update moved objects in original_iseqAlan Wu2019-08-191-0/+8
* Make it as clear as possible that RubyVM is MRI-specific and only exists on M...Benoit Daloze2019-08-191-2/+4
* Rename rb_gc_mark_no_pin -> rb_gc_mark_movableAaron Patterson2019-08-121-8/+8
* * expand tabs.git2019-08-131-1/+1
* Unpin default value objectsAaron Patterson2019-08-121-1/+1
* Document that RubyVM::InstructionSequence methods are implementation and vers...Jeremy Evans2019-08-051-1/+3
* check iseq is executableKoichi Sasada2019-07-231-28/+28
* Let memory sizes of the various IMEMO object types be reflected correctlyLourens Naudé2019-07-231-3/+3
* Use UNALIGNED_MEMBER_PTRNobuyoshi Nakada2019-05-311-5/+8
* Fix Possible Control flow issues (DEADCODE)Kazuhiro NISHIYAMA2019-05-291-6/+2
* prefix ASAN related inline functions asan_Urabe, Shyouhei2019-05-231-6/+6
* Rename rb_gc_new_location to rb_gc_locationAaron Patterson2019-05-181-10/+10
* iseq.c: removed unnecessary zero-fillsNobuyoshi Nakada2019-04-291-2/+3
* Lazy allocate the compile data catch table arrayLourens Naudé2019-04-251-1/+1
* * expand tabs.git2019-04-231-2/+2
* Symbols can move, so don't cache in static pointerAaron Patterson2019-04-221-7/+7
* Update MJIT referencestenderlove2019-04-201-0/+3
* Add `GC.compact` again.tenderlove2019-04-201-18/+82
* Reverting compaction for nowtenderlove2019-04-171-82/+18
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-171-18/+82
* Share the exception local ID tablenobu2019-04-111-1/+2
* * expand tabs.svn2019-04-101-8/+8
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-101-84/+18
* Adjusted stylesnobu2019-04-101-1/+1
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-091-18/+84
* * expand tabs.svn2019-04-011-10/+10
* unpoison / poison objects while walking the heaptenderlove2019-04-011-0/+14
* Fix styles [ci skip]nobu2019-01-091-1/+2
* iseq.c: avoid Null pointer dereferencek0kubun2018-12-231-1/+1
* iseq.c: resurrect literal hash operandsnobu2018-12-201-0/+3
* Return same ISeq object for one src.ko12018-12-061-35/+51
* Prefer rb_check_arity when 0 or 1 argumentsnobu2018-12-061-2/+1
* Add rb_typeddata_is_instance_ofnobu2018-11-271-3/+1
* fix for ISeq.of(method).ko12018-11-271-9/+5
* * expand tabs.svn2018-11-271-1/+1