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.c
Age
Commit message (
Expand
)
Author
2016-08-30
vm.c: unnecessary condition
nobu
2016-08-19
vm.c: check TOPLEVEL_BINDING
nobu
2016-08-03
* vm_core.h: introduce VM_FRAME_RUBYFRAME_P()
ko1
2016-08-03
* vm_core.h: rename macros and make them inline functions.
ko1
2016-07-28
* vm_core.h (VM_ENV_LOCAL_P): return truthy (0 or not) value.
ko1
2016-07-28
* vm.c, internal.h: remove RubyVM::Env class and all of env objects
ko1
2016-07-28
* remove trailing spaces.
svn
2016-07-28
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-26
* vm_insnhelper.c: introduce rb_vm_pop_frame() and use it
ko1
2016-07-23
internal.h: inline Check_Type
nobu
2016-07-22
Fix Issues reported by PVS-Studio static analyzer
nobu
2016-06-20
* vm.c (invoke_bmethod, invoke_block_from_c_0): revert r52104
shugo
2016-05-17
[Feature #12005] Unify Fixnum and Bignum into Integer
akr
2016-05-08
* configure.in: check function attirbute const and pure,
naruse
2016-05-05
use TH_JUMP_TAG
nobu
2016-04-27
internal.h: ONLY_FOR_INTERNAL_USE
nobu
2016-04-05
string.c: rb_str_concat_literals
nobu
2016-04-04
at_exit list
nobu
2016-04-04
* vm.c (Init_VM): should pass tokens.
ko1
2016-03-17
* compile.c (NODE_CALL): add optimization shortcut for Array#max/min.
mame
2016-02-21
vm.c (vm_cref_new0): adjust indent [ci skip]
nobu
2016-01-26
fstring early for internal iseq
normal
2015-12-18
* vm.c (vm_exec): call RUBY_DTRACE_CMETHOD_RETURN_HOOK instead of
kosaki
2015-12-17
* vm.c (rb_vm_check_redefinition_opt_method): should check the real
shugo
2015-12-16
* vm.c (vm_make_env_each): should not compare with Qfalse and FALSE.
ko1
2015-12-16
* vm.c (vm_make_proc_from_block): should convert a Symbol to a Proc.
shugo
2015-12-16
* vm.c: fix mark miss for proc given as passed block.
ko1
2015-12-12
vm.c: free tables at destruction
nobu
2015-12-09
* vm.c (rb_vm_cref_in_context): Module#define_method in non-class
ko1
2015-12-09
* *.c (*_memsize): do not check ptr.
ko1
2015-12-08
* introduce new ISeq binary format serializer/de-serializer
ko1
2015-12-08
error.c: name_err_local_variables
nobu
2015-12-08
compile optimized case dispatch for nil/true/false
normal
2015-12-04
vm.c: make ruby_vm_*_ptr static
normal
2015-11-20
* vm.c (rb_vm_cref_replace_with_duplicated_cref): added.
ko1
2015-11-13
* refactoring CREF related code.
ko1
2015-11-13
* vm.c (vm_define_method): refactoring.
ko1
2015-11-13
* vm.c (vm_define_method): do not use current CREF immediately,
ko1
2015-10-31
use rb_source_loc and rb_source_location
nobu
2015-10-31
vm.c: initialize line always
nobu
2015-10-29
use NULL instead of 0
ko1
2015-10-29
* vm.c: add ifndef guard for VM_CHECK_MODE.
ko1
2015-10-29
RUBY_DTRACE_CREATE_HOOK
nobu
2015-10-29
vm.c: ruby_th_dtrace_setup
nobu
2015-10-23
* vm_insnhelper.c: introduce new call handler for simple ISeqs.
ko1
2015-10-16
vm_args.c: symbol proc
nobu
2015-10-15
vm.c: simplify
nobu
2015-10-10
* vm.c (invoke_block_from_c): split this function into several
ko1
2015-09-29
compile.c: fix performance of strconcat
nobu
2015-09-19
* vm_core.h: split rb_call_info_t into several structs.
ko1
[next]