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_insnhelper.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Share vm_call_iseq_optimizable_p to reduce copy-paste
k0kubun
2019-03-21
1
-0
/
+9
*
on-smash canary detection
shyouhei
2019-02-01
1
-3
/
+11
*
vm.inc now in C99
shyouhei
2019-01-25
1
-0
/
+1
*
vm_insnhelper.c: delete unused macros
shyouhei
2018-12-28
1
-48
/
+1
*
insns.def: refactor to avoid CALL_METHOD macro
shyouhei
2018-12-26
1
-36
/
+0
*
vm_insnhelper.h: rename CI_SET_FASTPATH to CC_SET_FASTPATH
k0kubun
2018-09-18
1
-1
/
+1
*
move ADD_PC around (take 2)
shyouhei
2018-09-14
1
-7
/
+11
*
vm_insnhelper.h: drop OPT_CALL_FASTPATH macro support
k0kubun
2018-09-13
1
-8
/
+0
*
Revert "vm_insnhelper.h: simplify EXEC_EC_CFP implementation"
k0kubun
2018-09-13
1
-2
/
+6
*
vm_insnhelper.h: simplify EXEC_EC_CFP implementation
k0kubun
2018-09-13
1
-6
/
+2
*
move canary-related statements into macros
shyouhei
2018-09-13
1
-0
/
+21
*
mjit.c: initial support for mswin MJIT
k0kubun
2018-08-07
1
-4
/
+4
*
mjit_compile.c: reduce sp motion on JIT
k0kubun
2018-07-19
1
-0
/
+2
*
remove assertion for hidden objects.
ko1
2018-06-27
1
-1
/
+1
*
give up insn attr handles_frame
shyouhei
2018-06-27
1
-2
/
+3
*
NULL class Data_Wrap_Struct is not allowed.
ko1
2018-06-19
1
-1
/
+1
*
remvoe assertion because rubyspec hit this assert
ko1
2018-06-18
1
-1
/
+1
*
hidden objects should not be pushed.
ko1
2018-06-18
1
-1
/
+12
*
mjit_compile.c: use local variables for stack
k0kubun
2018-03-04
1
-2
/
+28
*
vm.c: add mjit_enable_p flag
k0kubun
2018-03-03
1
-1
/
+1
*
prefixed functions exported for mjit
nobu
2018-02-17
1
-2
/
+6
*
mjit_compile.c: share the definition of macros
k0kubun
2018-02-06
1
-0
/
+8
*
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
1
-3
/
+2
*
mjit.c: merge MJIT infrastructure
k0kubun
2018-02-04
1
-1
/
+1
*
bare_instructions.rb: sp_inc is signed
nobu
2018-01-30
1
-15
/
+0
*
eliminate CALL_SIMPLE_METHOD
shyouhei
2018-01-29
1
-8
/
+0
*
also use sp_inc in vm core
shyouhei
2018-01-29
1
-0
/
+16
*
comma at the end of enum is a C99ism
shyouhei
2018-01-02
1
-2
/
+2
*
remove `trace` instruction. [Feature #14104]
ko1
2017-11-14
1
-1
/
+1
*
* vm_insnhelper.h (GET_SP_COUNT): removed because nobody use it.
ko1
2017-10-29
1
-2
/
+0
*
vm_exec_core() accepts `ec` instead of `th`.
ko1
2017-10-27
1
-2
/
+2
*
`vm_call_handler` and related functions accept `ec` instead of `th`.
ko1
2017-10-27
1
-1
/
+1
*
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
1
-2
/
+2
*
vm.c, vm_insnhelper.h: export symbols of VM serials
k0kubun
2017-10-21
1
-0
/
+3
*
vm_core.h: export symbols of shared variables
k0kubun
2017-10-21
1
-0
/
+4
*
rename rb_execution_context_t::stack(_size) to vm_stack(_size).
ko1
2017-08-10
1
-1
/
+1
*
fixup r58614 for raspi3 and maybe other systems with odd compile
normal
2017-05-09
1
-1
/
+1
*
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2017-05-09
1
-1
/
+1
*
insert assertions for THROW_DATA_* macros.
ko1
2017-04-07
1
-0
/
+5
*
fix TracePoint#return_value with non-local exits
ko1
2017-04-06
1
-13
/
+29
*
insns.def: float comparison
nobu
2017-01-13
1
-0
/
+2
*
* vm_insnhelper.h: rename REG_(CFP|PC|SP|EP) to VM_REG_....
ko1
2016-11-05
1
-17
/
+17
*
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-28
1
-4
/
+4
*
NoMethodError#private_call?
nobu
2016-02-28
1
-2
/
+2
*
vm_eval.c: fstring format
nobu
2016-01-13
1
-1
/
+1
*
* refactoring CREF related code.
ko1
2015-11-13
1
-19
/
+0
*
* vm_core.h, vm_insnhelper.h: move definition of VMDEBUG
ko1
2015-10-23
1
-22
/
+0
*
* vm_core.h: split rb_call_info_t into several structs.
ko1
2015-09-19
1
-7
/
+9
*
* vm_insnhelper.h (GET_PC_COUNT): remove unused macro.
ko1
2015-09-02
1
-2
/
+0
*
* method.h: split rb_method_definition_t::flag to several flags.
ko1
2015-06-03
1
-1
/
+1
[next]