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
2022-12-08
MJIT: Give a more appropriate name to the initial state
Takashi Kokubun
2022-12-07
Add debug counters to RubyVM.stat (#6086)
Chris Seaton
2022-12-06
MJIT: Refactor the jit_func enum for MJIT
Takashi Kokubun
2022-12-06
Introduce BOP_CMP for optimized comparison
Daniel Colson
2022-12-06
Move BOP macros to separate file
Daniel Colson
2022-12-01
Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)
Samuel Williams
2022-11-25
Fix autoload status of statically linked extensions
Alan Wu
2022-11-23
Add next_shape_id to vm stats
Aaron Patterson
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-14
Rename --mjit-min-calls to --mjit-call-threshold (#6731)
Takashi Kokubun
2022-11-13
Reduce the number of branches in jit_exec (#6722)
Takashi Kokubun
2022-11-13
s/mjit_func_t/jit_func_t/
Takashi Kokubun
2022-11-13
Remove unused debug counters
Takashi Kokubun
2022-11-10
Transition shape when object's capacity changes
Jemma Issroff
2022-10-26
Fix -Wundef warnings
Nobuyoshi Nakada
2022-10-21
Remove unused class serial
Jemma Issroff
2022-10-20
push dummy frame for loading process
Koichi Sasada
2022-10-11
Make inline cache reads / writes atomic with object shapes
Jemma Issroff
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-06
Do not fork the process on --mjit-wait
Takashi Kokubun
2022-08-29
Introduce `usage_analysis_clear`
S.H
2022-08-19
Rename mjit_exec to jit_exec (#6262)
Takashi Kokubun
2022-08-17
Move `mjit_exec` to vm.c
Nobuyoshi Nakada
2022-08-15
Simplify around `USE_YJIT` macro (#6240)
Nobuyoshi Nakada
2022-07-26
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-22
Add "rb_" prefixes to toplevel enum definitions
Yusuke Endoh
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-20
Prevent the stack from being marked twice
Aaron Patterson
2022-06-22
Fix infinite loop when b_return TracePoint throws
Alan Wu
2022-06-15
Move RubyVM::MJIT to builtin Ruby
Takashi Kokubun
2022-05-24
remove `NON_SCALAR_THREAD_ID` support
Koichi Sasada
2022-05-20
setup vm->main_ractor before `Init_native_thread()`
Koichi Sasada
2022-05-20
`rb_thread_t::serial` for debug
Koichi Sasada
2022-05-17
Delete autoload data from global features after autoload has completed. (#5910)
Samuel Williams
2022-05-15
Fix various autoload race conditions. (#5898)
Samuel Williams
2022-04-27
Rust YJIT
Alan Wu
2022-04-23
introduce struct `rb_native_thread`
Koichi Sasada
2022-04-23
refactoring thread inits in vm.c
Koichi Sasada
2022-04-21
Uncomment code to raise LocalJumpError for yield across thread through enum
Jeremy Evans
2022-04-06
Raise RuntimeError if Kernel#binding is called from a non-Ruby frame
Jeremy Evans
2022-04-05
RubyVM.stat constant cache metrics (#5766)
Kevin Newton
2022-04-04
Bring back RubyVM.stat(:global_constant_state)
Kevin Newton
2022-04-01
Finer-grained constant cache invalidation (take 2)
Kevin Newton
2022-04-01
Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"
Jeremy Evans
2022-03-30
Prefix ccan headers (#4568)
Nobuyoshi Nakada
2022-03-25
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
[next]