index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vm_core.h: objspace always
nobu
2015-09-07
1
-4
/
+0
*
* vm.c (hook_before_rewind): prevent kicking :return event while
ko1
2015-08-28
1
-6
/
+10
*
* class.c, gc.c vm.c: use ID_TABLE_* instead of ST_*
ko1
2015-08-12
1
-1
/
+1
*
* id_table.h: introduce ID key table.
ko1
2015-08-12
1
-5
/
+3
*
vm.c: frozen_strings in rb_vm_t
nobu
2015-08-09
1
-0
/
+9
*
* vm_core.h: size should be unsigned.
ko1
2015-07-24
1
-2
/
+2
*
* vm_core.h: constify rb_iseq_constant_body::catch_table.
ko1
2015-07-24
1
-2
/
+2
*
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-21
1
-87
/
+66
*
* vm_core.h: constify rb_call_info_t::kw_arg,
ko1
2015-07-21
1
-2
/
+2
*
* vm_core.h: constify rb_call_info_t::blockiseq and rb_iseq_t::iseq.
ko1
2015-07-21
1
-1
/
+1
*
vm.c: fix mark with rewinding cfp
nobu
2015-07-16
1
-10
/
+7
*
vm.c: fix mark with rewinding cfp
nobu
2015-07-16
1
-2
/
+9
*
remove redundant NULL checks after RUBY_VM_IFUNC_P
normal
2015-07-15
1
-1
/
+1
*
remove redundant NULL check in mark functions
normal
2015-07-15
1
-50
/
+48
*
* vm.c (vm_make_env_each): add comments about env layout.
ko1
2015-07-15
1
-10
/
+22
*
* vm_core.h, vm.c: remove rb_proc_t::envval because we can know it via
ko1
2015-07-14
1
-1
/
+8
*
* vm_core.h, vm.c: remvoe rb_env_t::prev_envval because we can know it
ko1
2015-07-14
1
-27
/
+31
*
* remove trailing spaces.
svn
2015-07-14
1
-1
/
+1
*
* vm.c: refactoring Proc/Env related code.
ko1
2015-07-14
1
-109
/
+90
*
* vm.c (vm_define_method): remove an unused local variable.
ko1
2015-07-06
1
-2
/
+0
*
* vm_core.h: remove rb_iseq_t::defined_method_id because it is not
ko1
2015-07-06
1
-2
/
+0
*
* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.
ko1
2015-07-06
1
-6
/
+0
*
vm.c: reduce branches for always-set VM fields
normal
2015-07-04
1
-12
/
+12
*
* remove trailing spaces.
svn
2015-07-03
1
-1
/
+1
*
* method.h: introduce rb_callable_method_entry_t to remove
ko1
2015-07-03
1
-55
/
+44
*
move RB_GC_GUARD responsibility to rb_add_method_iseq
normal
2015-06-30
1
-1
/
+1
*
* vm.c (rb_vm_control_frame_id_and_class): remove usless codes.
ko1
2015-06-18
1
-19
/
+4
*
mark thread name string
naruse
2015-06-13
1
-0
/
+2
*
* vm_core.h (rb_thread_t): add th->name.
naruse
2015-06-13
1
-0
/
+1
*
vm.c: break from orphan block
nobu
2015-06-12
1
-1
/
+7
*
* vm.c: use VM_ASSERT instead of assert().
ko1
2015-06-10
1
-1
/
+1
*
* vm_core.h: define VM_ASSERT() for assertion
ko1
2015-06-10
1
-2
/
+0
*
* internal.h: move definition of rb_cref_t to method.h.
ko1
2015-06-05
1
-3
/
+9
*
* class.c (clone_method): remove redundant check for me->def != NULL.
ko1
2015-06-03
1
-3
/
+2
*
* vm.c: eagerly allocate `loading_table`. This eliminates the need to
tenderlove
2015-06-03
1
-0
/
+1
*
* method.h: split rb_method_definition_t::flag to several flags.
ko1
2015-06-03
1
-8
/
+9
*
* method.h: make rb_method_entry_t a VALUE.
ko1
2015-06-02
1
-39
/
+41
*
* vm_core.h (VM_FRAME_MAGIC_DUMMY): introduce new frame type to
ko1
2015-05-31
1
-1
/
+1
*
fix indent
ko1
2015-05-21
1
-2
/
+2
*
* proc.c: fix issues caused by binding created from Method#to_proc.
ko1
2015-05-21
1
-0
/
+12
*
vm.c: vm_invoke_bmethod
nobu
2015-05-20
1
-8
/
+21
*
proc.c: rb_proc_alloc
nobu
2015-05-16
1
-14
/
+8
*
proc.c, vm.c: fix possible memory leak
nobu
2015-05-10
1
-1
/
+2
*
* vm.c (vm_exec): check other events when RETURN is thrown.
ko1
2015-04-10
1
-29
/
+27
*
* vm_args.c: protect value stack from calling other methods
ko1
2015-04-06
1
-1
/
+0
*
vm.c: use MEMCPY
nobu
2015-03-29
1
-3
/
+4
*
revert r50031 because it includes unexpected patch
ko1
2015-03-20
1
-4
/
+0
*
* gc.c (obj_info): obj_info() can receive internal objects.
ko1
2015-03-20
1
-0
/
+4
*
* vm_insnhelper.h: use T_IMEMO to create THROW_DATA.
ko1
2015-03-11
1
-4
/
+4
*
* include/ruby/ruby.h: introduce new type T_IMEMO.
ko1
2015-03-11
1
-4
/
+1
[next]