summaryrefslogtreecommitdiff
path: root/vm_core.h
AgeCommit message (Expand)Author
2015-06-11vm_core.h: make VM_ASSERT an expressionnobu
2015-06-10* vm_core.h: define VM_ASSERT() for assertionko1
2015-06-03* vm_core.h (rb_vm_rewrite_cref_stack): rename to rb_vm_rewrite_cref().ko1
2015-06-03* vm_core.h: rename enum missing_reason to enum method_missing_reason.ko1
2015-06-03* method.h: split rb_method_definition_t::flag to several flags.ko1
2015-06-02* method.h: make rb_method_entry_t a VALUE.ko1
2015-05-31* vm_core.h (VM_FRAME_MAGIC_DUMMY): introduce new frame type toko1
2015-05-30* method.h, vm_method.c (rb_free_method_entry): constify a parameter.ko1
2015-05-16proc.c: rb_proc_allocnobu
2015-04-06* vm_args.c: protect value stack from calling other methodsko1
2015-04-03vm_core.h: update for OPT_CALL_CFUNC_WITHOUT_FRAMEnobu
2015-03-11* node.h: remove NODE_IFUNC, NEW_IFUNC.ko1
2015-03-10* proc.c: use RUBY_VM_IFUNC_P() to recognize IFUNC or not.ko1
2015-03-08* internal.h: define rb_cref_t and change to use it.ko1
2015-03-06* fix namespace issue on singleton class expressions. [Bug #10943]ko1
2015-02-27* vm_core.h: define vm_svar_index.ko1
2015-02-22* vm_insnhelper.c (rb_vm_rewrite_cref_stack): copy nd_refinementsktsj
2015-02-06vm_core.h: fix symbols leaknobu
2015-01-16vm.c, vm_core.h: constify VM_CF_LEP, VM_CF_PREV_EP, VM_CF_BLOCK_PTRko1
2014-12-27vm_core.h: preserve thread orderingnormal
2014-12-17vm.c: constifynobu
2014-12-10* vm_core.h: introduce new fieldko1
2014-11-27* vm_core.h: add rb_thread_t::local_storage_recursive_hashko1
2014-11-13proc.c: make lambda directlynobu
2014-11-03* vm_core.h: change semantics of opt_num and opt_table.ko1
2014-11-02* vm_core.h: change iseq parameter data structure.ko1
2014-11-02* rewrite method/block parameter fitting logic to optimizeko1
2014-10-18* vm_core.h, proc.c, vm_backtrace.c, vm_trace.c:ktsj
2014-10-18* vm_core.h, vm.c, proc.c: fix GC mark miss on bindings.ktsj
2014-10-17* Avoid undefined behaviors found by gcc -fsanitize=undefined.akr
2014-10-15cont.c: Optimize fiber_switch calleesnormal
2014-09-12proc.c (rb_proc_alloc): inline and move to vm.cnormal
2014-09-11iseq_inline_storage_entry: 24=>16 bytes on 64-bitnormal
2014-09-11* vm.c (rb_vm_register_special_exception): make new function toko1
2014-09-10rb_call_info_t: shrink to 96 bytes from 104 bytes on 64-bitnormal
2014-09-10compile: translate iseq in-placenormal
2014-09-08vm_core.h (rb_env_t): use flexible arraynormal
2014-09-04* dir.c (glob_helper): use #ifdef instead of #if.ko1
2014-08-29string.c: move frozen_strings table to rb_vm_tnormal
2014-08-25rb_iseq_location_t: change first_lineno type to VALUEnormal
2014-08-15rb_{thread,context,fiber}_struct: trivial packingnormal
2014-07-26rb_iseq_t: reduce to (280 bytes from 288 bytes) on 64-bitnormal
2014-07-20vm_core.h: fix commentnobu
2014-07-20rb_proc_t: reduce to 64 bytes from 72 on 64-bitnormal
2014-07-18revert r46859 and r46860nobu
2014-07-18enum.c: optimize any? object allocations for Array and Hashnobu
2014-07-18vm_core.h: redefined_flag in rb_vm_tnobu
2014-07-16* vm_core.h (struct rb_iseq_struct): stack_max is changed to intngoto
2014-07-16* vm_core.h (struct rb_iseq_struct): temporal workaround of [Bug 10037].ngoto
2014-07-16revert r46834 because it does not pass testsko1