summaryrefslogtreecommitdiff
path: root/vm_core.h
AgeCommit message (Expand)Author
2015-09-19* vm_core.h: split rb_call_info_t into several structs.ko1
2015-09-16vm_core.h: revert VM objspace on Windowsnobu
2015-09-16vm_core.h: enable VM objspace on Windowsnobu
2015-09-11* vm_core.h: remove rb_call_info_t::aux.opt_pc.ko1
2015-09-08* vm_core.h: remove rb_call_info_t::blockiseq.ko1
2015-09-07vm_core.h: objspace alwaysnobu
2015-08-14improve handling of timer thread shutdownnormal
2015-08-13* vm_core.h (rb_call_info_kw_arg_bytes): move the definitionko1
2015-08-12hoist out rb_call_info_kw_arg_bytes to inline functionnormal
2015-07-24* vm_core.h: size should be unsigned.ko1
2015-07-24* vm_core.h: constify rb_iseq_constant_body::line_info_table.ko1
2015-07-24* vm_core.h: constify rb_iseq_constant_body::param::opt_table andko1
2015-07-24* vm_core.h: constify rb_iseq_constant_body::catch_table.ko1
2015-07-23* vm_core.h: constify rb_iseq_constant_body::local_table andko1
2015-07-23* vm_core.h: constify rb_iseq_constant_body::iseq_encoded andko1
2015-07-22* vm_core.h: modify layout of rb_iseq_constant_body.ko1
2015-07-22* vm_core.h: remove unused declaration ofko1
2015-07-22* vm_core.h: separate rb_iseq_body into rb_iseq_constant_body andko1
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::kw_arg,ko1
2015-07-21* vm_core.h: constify rb_call_info_t::blockiseq and rb_iseq_t::iseq.ko1
2015-07-20ruby_vm_throw_flagsnobu
2015-07-17compile.c: use ruby_tag_typenobu
2015-07-17RUBY_VM_CHECK_INTS: eval the argument only oncenobu
2015-07-17RUBY_VM_CHECK_INTS_BLOCKING: move to thread.cnobu
2015-07-17EXEC_EVENT_HOOK_ORIG: eval the arguments only oncenobu
2015-07-16* vm_core.h: constify rb_iseq_t::parent_iseq.ko1
2015-07-14* vm_core.h, vm.c: remove rb_proc_t::envval because we can know it viako1
2015-07-14* vm_core.h, vm.c: remvoe rb_env_t::prev_envval because we can know itko1
2015-07-14* vm.c: refactoring Proc/Env related code.ko1
2015-07-09* vm_core.h: remove rb_call_info_t::klass becauseko1
2015-07-09* vm_core.h (rb_control_frame_t): fix comments (layout index).ko1
2015-07-07* vm_core.h: remove rb_iseq_t::orig because rb_iseq_clone()ko1
2015-07-06* vm_core.h: remove rb_iseq_t::defined_method_id because it is notko1
2015-07-06* vm_core.h: remove a useless declaration.ko1
2015-07-06* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.ko1
2015-07-03* method.h: introduce rb_callable_method_entry_t to removeko1
2015-06-25error.c: remove singleton methodnobu
2015-06-18$SAFE=2 is now obsoletenobu
2015-06-13* vm_core.h (rb_thread_t): add th->name.naruse
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