index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_insnhelper.c
Age
Commit message (
Expand
)
Author
2015-10-10
* vm_insnhelper.c (vm_push_frame): initialize other than sp (and ep)
ko1
2015-10-10
* vm_insnhelper.c (vm_call_iseq_setup_normal): setup sp first
ko1
2015-10-10
* vm.c (invoke_block_from_c): split this function into several
ko1
2015-10-10
* gc.c (newobj_of_slowpass): fix typo (pass -> path).
ko1
2015-10-10
* vm_insnhelper.c (vm_call_method0): do not propagate enable_fastpath,
ko1
2015-10-06
* vm_insnhelper.c (vm_call_method0): use switch() for visibilities
ko1
2015-10-06
* method.h: remove METHOD_ENTRY_SAFE(me) and related code
ko1
2015-10-05
* vm_insnhelper.c: solve goto spaghetti.
ko1
2015-10-01
vm_args.c: fix marking symbol ifunc
nobu
2015-09-19
* vm_core.h: split rb_call_info_t into several structs.
ko1
2015-09-12
* vm_insnhelper.c (vm_call_iseq_setup_normal): do not clear local
ko1
2015-09-11
* vm_core.h: remove rb_call_info_t::aux.opt_pc.
ko1
2015-08-21
vm_insnhelper.c: use update argc
nobu
2015-08-21
* vm_insnhelper.c (vm_invoke_block): we should not expect ci->argc is
ko1
2015-07-26
vm_insnhelper.c: suppress a warning
nobu
2015-07-24
* vm_core.h: size should be unsigned.
ko1
2015-07-21
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-21
* vm_core.h: constify rb_call_info_t::blockiseq and rb_iseq_t::iseq.
ko1
2015-07-21
* method.h: constify rb_method_iseq_t::iseqptr.
ko1
2015-07-20
ruby_vm_throw_flags
nobu
2015-07-16
* vm_core.h: constify rb_iseq_t::parent_iseq.
ko1
2015-07-09
* vm_insnhelper.c (vm_search_super_method): use CI_SET_FASTPATH().
ko1
2015-07-09
* vm_core.h: remove rb_call_info_t::klass because
ko1
2015-07-06
* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.
ko1
2015-07-06
* vm_insnhelper.c (vm_search_super_method): do not skip calling
ko1
2015-07-03
* method.h: introduce rb_callable_method_entry_t to remove
ko1
2015-06-10
* vm.c: use VM_ASSERT instead of assert().
ko1
2015-06-10
* vm_core.h: define VM_ASSERT() for assertion
ko1
2015-06-10
* vm_insnhelper.c (check_frame): check type of cref_or_me first.
ko1
2015-06-06
* method.h: back to share rb_method_definition_t by
ko1
2015-06-05
* internal.h: move definition of rb_cref_t to method.h.
ko1
2015-06-04
* vm_insnhelper.c (vm_defined): no need to use cast.
ko1
2015-06-04
* vm_insnhelper.c (vm_defined): show additional messages on rb_bug().
ko1
2015-06-04
* method.h: constify rb_method_refined_t::orig_me.
ko1
2015-06-03
* method.h: introduce rb_method_refined_t for refined method entry.
ko1
2015-06-03
add a fix to last commit
ko1
2015-06-03
* vm_insnhelper.c (def_iseq_ptr): `iseqval' is not available any more.
ko1
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: change fileds order to gather frequent acces fields.
ko1
2015-06-03
* method.h: split rb_method_definition_t::flag to several flags.
ko1
2015-06-02
* vm_insnhelper.c: fix a typo. [ci skip]
nagachika
2015-06-02
* vm_insnhelper.c (vm_defined): check respond_to_missing?
ko1
2015-06-02
* vm_insnhelper.c (vm_defined): skip respond_to_missing? when
ko1
2015-06-02
* insns.def (defined), vm_insnhelper.c (vm_defined):
ko1
2015-06-02
* method.h: make rb_method_entry_t a VALUE.
ko1
2015-06-01
fix typo
kazu
2015-05-30
* method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::type
ko1
2015-05-20
vm.c: vm_invoke_bmethod
nobu
2015-04-03
vm_core.h: update for OPT_CALL_CFUNC_WITHOUT_FRAME
nobu
[next]