| Commit message (Expand) | Author | Age | Files | Lines |
* | iseq.h: coverage_enabled flag | nobu | 2016-03-10 | 1 | -0/+1 |
* | iseq.h: bit flags | nobu | 2016-03-10 | 1 | -10/+10 |
* | iseq.h: remove trailing comma | nobu | 2016-02-23 | 1 | -4/+5 |
* | * introduce new ISeq binary format serializer/de-serializer | ko1 | 2015-12-08 | 1 | -3/+30 |
* | error.c: name_err_local_variables | nobu | 2015-12-08 | 1 | -0/+3 |
* | * vm_core.h, iseq.h: remove rb_iseq_t::variable_body. | ko1 | 2015-12-02 | 1 | -5/+36 |
* | * iseq.h: introduce ISEQ_ORIGINAL_ISEQ() and | ko1 | 2015-12-02 | 1 | -3/+6 |
* | * iseq.h: introduce ISEQ_FLIP_CNT_INCREMENT() macro. | ko1 | 2015-12-02 | 1 | -1/+1 |
* | * iseq.h: introduce ISEQ_COVERAGE() and ISEQ_COVERAGE_SET() macro. | ko1 | 2015-12-02 | 1 | -1/+3 |
* | * iseq.h: introduce ISEQ_COMPILE_DATA() macro. | ko1 | 2015-12-02 | 1 | -0/+2 |
* | iseq.h: rename member | nobu | 2015-11-25 | 1 | -1/+1 |
* | * ruby.c: introduce --enable-frozen-string-literal-debug option. | ko1 | 2015-10-23 | 1 | -0/+1 |
* | fronzen-string-literal pragma | nobu | 2015-09-27 | 1 | -0/+1 |
* | * vm_core.h: split rb_call_info_t into several structs. | ko1 | 2015-09-19 | 1 | -1/+3 |
* | iseq.h: rb_iseq_t | nobu | 2015-09-19 | 1 | -0/+5 |
* | iseq.h, method.h: fix include guards [ci skip] | nobu | 2015-09-19 | 1 | -3/+3 |
* | * vm_opts.h, iseq.c, iseq.h: add compile option to force frozen | ko1 | 2015-08-21 | 1 | -0/+1 |
* | * vm_core.h (rb_call_info_kw_arg_bytes): move the definition | ko1 | 2015-08-13 | 1 | -0/+6 |
* | * vm_core.h: size should be unsigned. | ko1 | 2015-07-24 | 1 | -1/+1 |
* | * make rb_iseq_t T_IMEMO object (type is imemo_iseq). | ko1 | 2015-07-21 | 1 | -10/+19 |
* | * compile.c: constify the first parameter (iseq). | ko1 | 2015-07-21 | 1 | -1/+1 |
* | * iseq.c: constify. | ko1 | 2015-05-21 | 1 | -2/+2 |
* | commit miss. iseq.h should be commit with last commit. | ko1 | 2015-05-21 | 1 | -1/+1 |
* | * vm_core.h: define vm_svar_index. | ko1 | 2015-02-27 | 1 | -2/+0 |
* | mostly fix rb_iseq_load | normal | 2014-12-03 | 1 | -1/+2 |
* | compile: translate iseq in-place | normal | 2014-09-10 | 1 | -0/+1 |
* | struct iseq_compile_data_storage: 16 bytes (from 32) overhead | normal | 2014-07-26 | 1 | -3/+7 |
* | iseq.h: check range | nobu | 2014-07-17 | 1 | -2/+6 |
* | iseq.h (struct iseq_catch_table_entry): shrink to 32 bytes on 64-bit | normal | 2014-07-14 | 1 | -4/+4 |
* | vm_core.h (struct rb_iseq_struct): reduce to 296 bytes on 64-bit | normal | 2014-07-14 | 1 | -0/+12 |
* | * include/ruby/ruby.h (struct rb_data_type_struct), gc.c: add | ko1 | 2013-06-19 | 1 | -2/+2 |
* | iseq: reduce array allocations for simple sequences | tmm1 | 2013-04-17 | 1 | -0/+1 |
* | defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END} | nobu | 2013-04-05 | 1 | -6/+2 |
* | vm_core.h: flip_cnt in rb_iseq_t | nobu | 2013-01-08 | 1 | -1/+0 |
* | compile.c, vm_insnhelper.c: flip-flop without hidden string key | nobu | 2012-12-10 | 1 | -0/+2 |
* | * iseq.h: iseq_catch_table_entry::catch_type should be | ko1 | 2012-12-03 | 1 | -6/+6 |
* | [EXPERIMENTAL] | ko1 | 2012-11-30 | 1 | -0/+4 |
* | Feature #7035 | nobu | 2012-09-24 | 1 | -3/+12 |
* | * iseq.h, iseq.c, compile.c: Change the line number data structure | ko1 | 2011-08-24 | 1 | -4/+4 |
* | * method.h, internal.h iseq.h: declare internal functions. | akr | 2011-06-18 | 1 | -0/+1 |
* | * internal.h: declare more internal functions. | akr | 2011-06-18 | 1 | -0/+3 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -0/+1 |
* | * compile.c (iseq_compile_each): fix for __goto__ and __label__ | nobu | 2010-12-12 | 1 | -0/+3 |
* | remove a comma at end of enumerator list. | kazu | 2010-12-10 | 1 | -2/+2 |
* | * vm_core.h: some refactoring. | ko1 | 2010-10-31 | 1 | -27/+32 |
* | * configure.in (XCFLAGS): use -fvisibility=hidden if possible. | nobu | 2010-07-21 | 1 | -0/+8 |
* | * compile.c (ADD_TRACE): fire coverage event in ensure clause. | mame | 2009-10-08 | 1 | -0/+1 |
* | * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, | nobu | 2009-09-21 | 1 | -7/+7 |
* | * iseq.c: | ko1 | 2009-01-19 | 1 | -5/+4 |
* | * iseq.c (rb_iseq_load): renamed from ruby_iseq_load, since it is | nobu | 2009-01-18 | 1 | -1/+1 |