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
...
*
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-11
1
-0
/
+31
*
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-30
1
-31
/
+0
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-28
1
-0
/
+31
*
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
1
-45
/
+0
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
1
-0
/
+45
*
Do not fork the process on --mjit-wait
Takashi Kokubun
2022-09-06
1
-2
/
+2
*
Introduce `usage_analysis_clear`
S.H
2022-08-29
1
-26
/
+23
*
Rename mjit_exec to jit_exec (#6262)
Takashi Kokubun
2022-08-19
1
-14
/
+14
*
Move `mjit_exec` to vm.c
Nobuyoshi Nakada
2022-08-17
1
-0
/
+97
*
Simplify around `USE_YJIT` macro (#6240)
Nobuyoshi Nakada
2022-08-15
1
-1
/
+1
*
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-26
1
-1
/
+1
*
Add "rb_" prefixes to toplevel enum definitions
Yusuke Endoh
2022-07-22
1
-1
/
+1
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-567
/
+567
*
Prevent the stack from being marked twice
Aaron Patterson
2022-07-20
1
-2
/
+1
*
Fix infinite loop when b_return TracePoint throws
Alan Wu
2022-06-22
1
-2
/
+2
*
Move RubyVM::MJIT to builtin Ruby
Takashi Kokubun
2022-06-15
1
-39
/
+0
*
remove `NON_SCALAR_THREAD_ID` support
Koichi Sasada
2022-05-24
1
-4
/
+0
*
setup vm->main_ractor before `Init_native_thread()`
Koichi Sasada
2022-05-20
1
-5
/
+6
*
`rb_thread_t::serial` for debug
Koichi Sasada
2022-05-20
1
-0
/
+5
*
Delete autoload data from global features after autoload has completed. (#5910)
Samuel Williams
2022-05-17
1
-2
/
+2
*
Fix various autoload race conditions. (#5898)
Samuel Williams
2022-05-15
1
-0
/
+4
*
Rust YJIT
Alan Wu
2022-04-27
1
-1
/
+6
*
introduce struct `rb_native_thread`
Koichi Sasada
2022-04-23
1
-7
/
+6
*
refactoring thread inits in vm.c
Koichi Sasada
2022-04-23
1
-30
/
+22
*
Uncomment code to raise LocalJumpError for yield across thread through enum
Jeremy Evans
2022-04-21
1
-2
/
+0
*
Raise RuntimeError if Kernel#binding is called from a non-Ruby frame
Jeremy Evans
2022-04-06
1
-7
/
+4
*
RubyVM.stat constant cache metrics (#5766)
Kevin Newton
2022-04-05
1
-32
/
+11
*
Bring back RubyVM.stat(:global_constant_state)
Kevin Newton
2022-04-04
1
-1
/
+3
*
Finer-grained constant cache invalidation (take 2)
Kevin Newton
2022-04-01
1
-9
/
+52
*
Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"
Jeremy Evans
2022-04-01
1
-4
/
+7
*
Prefix ccan headers (#4568)
Nobuyoshi Nakada
2022-03-30
1
-7
/
+7
*
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
2022-03-25
1
-52
/
+9
*
Raise RuntimeError if Kernel#binding is called from a non-Ruby frame
Jeremy Evans
2022-03-24
1
-7
/
+4
*
Finer-grained inline constant cache invalidation
Kevin Newton
2022-03-24
1
-9
/
+52
*
Add ISEQ_BODY macro
Peter Zhu
2022-03-24
1
-40
/
+40
*
[wasm] vm.c: stop unwinding to main for every vm_exec call by setjmp
Yuta Saito
2022-02-18
1
-0
/
+80
*
Fix error: old-style function definition
Kazuhiro NISHIYAMA
2022-01-22
1
-1
/
+1
*
Accurately report VM memsize
Kevin Newton
2022-01-21
1
-4
/
+52
*
T#dup (T < Proc) should return T's object
Koichi Sasada
2022-01-13
1
-1
/
+1
*
Show the target Proc on Ractor::IsolationError
Sutou Kouhei
2021-12-22
1
-1
/
+3
*
make `overloaded_cme_table` truly weak key map
Koichi Sasada
2021-12-21
1
-1
/
+5
*
Remove RubyVM::JIT (#5275)
Takashi Kokubun
2021-12-15
1
-3
/
+0
*
Don't invalidate BOPs when aliases redefined
John Hawthorn
2021-12-14
1
-3
/
+8
*
YJIT: Avoid unnecessary BOP invalidation
John Hawthorn
2021-12-14
1
-3
/
+5
*
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-12-13
1
-12
/
+11
*
`Ractor.make_shareable` checks proc's sefl
Koichi Sasada
2021-12-09
1
-0
/
+4
*
Lazily create singletons on instance_{exec,eval} (#5146)
John Hawthorn
2021-12-02
1
-12
/
+15
*
Rework tracing for blocks running as methods
Alan Wu
2021-12-01
1
-41
/
+32
*
Refactor hacky ID tables to struct rb_ast_id_table_t
Yusuke Endoh
2021-11-21
1
-5
/
+4
*
`rb_method_optimized_t` for further extension
Koichi Sasada
2021-11-19
1
-2
/
+2
[prev]
[next]