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: 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
*
* proc.c: use RUBY_VM_IFUNC_P() to recognize IFUNC or not.
ko1
2015-03-10
1
-2
/
+2
*
* vm_insnhelper.h: define struct THROW_DATA to represent
ko1
2015-03-10
1
-17
/
+18
*
proc.c, vm.c: fix implicit conversions
nobu
2015-03-08
1
-1
/
+1
*
* internal.h: define rb_cref_t and change to use it.
ko1
2015-03-08
1
-16
/
+16
*
* internal.h: define CREF accessor macros.
ko1
2015-03-08
1
-11
/
+11
*
* fix namespace issue on singleton class expressions. [Bug #10943]
ko1
2015-03-06
1
-20
/
+56
*
* vm_core.h: define vm_svar_index.
ko1
2015-02-27
1
-4
/
+4
*
vm.c, vm_core.h: constify VM_CF_LEP, VM_CF_PREV_EP, VM_CF_BLOCK_PTR
ko1
2015-01-16
1
-4
/
+4
*
* vm.c (VM_CF_PREV_EP): remove extra parentheses.
ktsj
2015-01-16
1
-1
/
+1
*
* eval_intern.h, vm.c, vm_eval.c, vm_insnhelper.c:
ktsj
2015-01-16
1
-38
/
+31
*
vm.c: constify
nobu
2014-12-17
1
-5
/
+5
*
* vm_core.h: introduce new field
ko1
2014-12-10
1
-0
/
+2
*
use 0 for reserved
nobu
2014-12-01
1
-3
/
+3
*
* vm_core.h: add rb_thread_t::local_storage_recursive_hash
ko1
2014-11-27
1
-0
/
+2
*
rb_id2str over rb_id2name
nobu
2014-11-25
1
-6
/
+5
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-3
/
+1
*
proc.c: make lambda directly
nobu
2014-11-13
1
-1
/
+7
*
vm.c: super in bmethod
nobu
2014-11-09
1
-1
/
+2
*
suppress warnings
nobu
2014-11-04
1
-1
/
+1
*
* vm_core.h: change iseq parameter data structure.
ko1
2014-11-02
1
-1
/
+1
[prev]
[next]