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
*
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
*
`vm_empty_cc_for_super`
Koichi Sasada
2021-11-17
1
-0
/
+16
*
Convert IDs to Integers
Nobuyoshi Nakada
2021-11-08
1
-4
/
+31
*
Refine the error message for hidden variables
Nobuyoshi Nakada
2021-11-07
1
-3
/
+8
*
Preserve the encoding of message from outer local variable
Nobuyoshi Nakada
2021-10-29
1
-1
/
+1
*
Preserve the encoding of message from outer local variables
Nobuyoshi Nakada
2021-10-29
1
-47
/
+27
*
Make Coverage suspendable (#4856)
Yusuke Endoh
2021-10-25
1
-0
/
+2
*
suppress warnings for probable NULL dererefences
Nobuyoshi Nakada
2021-10-24
1
-0
/
+1
*
Suppress sign-compare warning
Nobuyoshi Nakada
2021-10-24
1
-2
/
+2
*
Deprecate include/prepend in refinements and add Refinement#import_methods in...
Shugo Maeda
2021-10-21
1
-0
/
+19
*
`RubyVM.keep_script_lines`
Koichi Sasada
2021-10-21
1
-0
/
+39
*
Expand tabs
Alan Wu
2021-10-20
1
-2
/
+2
*
Cleanup diff against upstream. Add comments
Alan Wu
2021-10-20
1
-1
/
+1
*
Fix changes from rebase
Noah Gibbs
2021-10-20
1
-4
/
+3
*
Count interpreter instructions when -DYJIT_STATS=1
Alan Wu
2021-10-20
1
-13
/
+1
*
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
1
-6
/
+6
*
WIP JIT-to-JIT returns
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+1
[next]