summaryrefslogtreecommitdiff
path: root/iseq.h
AgeCommit message (Expand)Author
2018-08-23check trace flags at loading [Bug #14702]ko1
2018-08-22compile.c: remove tracecoverage instruction for line coveragemame
2018-08-22prototizednobu
2018-08-22thread.c (rb_reset_coverages): remove coverage counters from all ISeqsmame
2018-07-29repack structsnobu
2018-06-13Make VM_INSN_INFO_TABLE_IMPL=1 workmame
2018-06-07iseq.h (struct iseq_compile_data): remove cached_const fieldnormal
2018-05-09iseq.h: fix argument ordernobu
2018-05-09RSTRING_PTR is not guaranteed to be VALUE-aligned (retry)shyouhei
2018-05-09revert r63362 due to test failure. Sorry!shyouhei
2018-05-09RSTRING_PTR is not guaranteed to be VALUE-alignedshyouhei
2018-04-05compile.c: do not dump pointersnobu
2018-03-19Reverting r62775, this should fix i686 buildstenderlove
2018-03-16Revert "Add direct marking on iseq operands"naruse
2018-03-16Revert "Fix error: implicit conversion loses integer precision"naruse
2018-03-10Fix error: implicit conversion loses integer precisionkazu
2018-03-09Add direct marking on iseq operandstenderlove
2018-01-19there is no such thing like 0 in enum defined_typeshyouhei
2018-01-14exclude flexible array size with old compilersnobu
2018-01-13iseq.h (struct iseq_catch_table_entry, iseq_compile_data_storage): Use FLEX_A...mame
2018-01-09iseq.c: Add a succinct bitvector implementation for insn_info_tablemame
2018-01-09Rename code_range to code_locationmame
2018-01-04iseq.c: Refactor out rb_iseq_new_ifunc from rb_iseq_new_with_optmame
2018-01-01iseq.h: Extract position array from iseq_insn_info_entrymame
2017-12-24Remove "trace_instruction" compile option.ko1
2017-12-21add experimental API.ko1
2017-12-06thread.c (update_line_coverage): Use RUBY_EVENT_LINEmame
2017-12-05Revamp method coverage to support define_methodmame
2017-11-18introduce `trace_events' info for iseq.ko1
2017-11-17remove `trace_` prefix insns lazily.ko1
2017-11-14remove `trace` instruction. [Feature #14104]ko1
2017-11-14use RUBY_API_VERSION as ISEQ versions.ko1
2017-11-09insn_info/insns_infoko1
2017-10-27compile.c, iseq.c: consitfied NODE pointersnobu
2017-09-03Refactor the internal data format for coverage measurementmame
2017-06-08* remove trailing spaces.svn
2017-06-08check break target correctly.ko1
2017-06-01rename absolute_path to realpath internally and introduce pathobj.ko1
2016-05-14* iseq.h (struct iseq_compile_data): use struct rb_id_tablenaruse
2016-05-11 * compile.c (iseq_compile_each): share InlineCache during sametarui
2016-03-10iseq.h: coverage_enabled flagnobu
2016-03-10iseq.h: bit flagsnobu
2016-02-23iseq.h: remove trailing commanobu
2015-12-08* introduce new ISeq binary format serializer/de-serializerko1
2015-12-08error.c: name_err_local_variablesnobu
2015-12-02* vm_core.h, iseq.h: remove rb_iseq_t::variable_body.ko1
2015-12-02* iseq.h: introduce ISEQ_ORIGINAL_ISEQ() andko1
2015-12-02* iseq.h: introduce ISEQ_FLIP_CNT_INCREMENT() macro.ko1
2015-12-02* iseq.h: introduce ISEQ_COVERAGE() and ISEQ_COVERAGE_SET() macro.ko1
2015-12-02* iseq.h: introduce ISEQ_COMPILE_DATA() macro.ko1