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
2021-12-15
Remove RubyVM::JIT (#5275)
Takashi Kokubun
2021-12-14
Don't invalidate BOPs when aliases redefined
John Hawthorn
2021-12-14
YJIT: Avoid unnecessary BOP invalidation
John Hawthorn
2021-12-13
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-12-09
`Ractor.make_shareable` checks proc's sefl
Koichi Sasada
2021-12-02
Lazily create singletons on instance_{exec,eval} (#5146)
John Hawthorn
2021-12-01
Rework tracing for blocks running as methods
Alan Wu
2021-11-21
Refactor hacky ID tables to struct rb_ast_id_table_t
Yusuke Endoh
2021-11-19
`rb_method_optimized_t` for further extension
Koichi Sasada
2021-11-17
`vm_empty_cc_for_super`
Koichi Sasada
2021-11-08
Convert IDs to Integers
Nobuyoshi Nakada
2021-11-07
Refine the error message for hidden variables
Nobuyoshi Nakada
2021-10-29
Preserve the encoding of message from outer local variable
Nobuyoshi Nakada
2021-10-29
Preserve the encoding of message from outer local variables
Nobuyoshi Nakada
2021-10-25
Make Coverage suspendable (#4856)
Yusuke Endoh
2021-10-24
suppress warnings for probable NULL dererefences
Nobuyoshi Nakada
2021-10-24
Suppress sign-compare warning
Nobuyoshi Nakada
2021-10-21
Deprecate include/prepend in refinements and add Refinement#import_methods in...
Shugo Maeda
2021-10-21
`RubyVM.keep_script_lines`
Koichi Sasada
2021-10-20
Expand tabs
Alan Wu
2021-10-20
Cleanup diff against upstream. Add comments
Alan Wu
2021-10-20
Fix changes from rebase
Noah Gibbs
2021-10-20
Count interpreter instructions when -DYJIT_STATS=1
Alan Wu
2021-10-20
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
WIP JIT-to-JIT returns
Maxime Chevalier-Boisvert
2021-10-20
add bop to redefinition callback
Aaron Patterson
2021-10-20
Add a callback in to microjit when a BOP is redefined
Aaron Patterson
2021-10-20
Implement --ujit-stats and instructoin counting
Alan Wu
2021-10-13
Moved the common code
Nobuyoshi Nakada
2021-10-08
Collect symbols instead of strings and get rid of rb_str_intern
Nobuyoshi Nakada
2021-10-06
Fix Ractor.make_shareable changing locals for Procs
Alan Wu
2021-10-03
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-02
Do not load file with same realpath twice when requiring
Jeremy Evans
2021-09-18
Revert "Do not load file with same realpath twice when requiring"
Jeremy Evans
2021-09-18
Do not load file with same realpath twice when requiring
Jeremy Evans
2021-09-14
Refactor vm_yield function
S-H-GAMELINKS
2021-09-11
Remove printf family from the mjit header
Nobuyoshi Nakada
2021-09-10
include/ruby/internal/intern/vm.h: add doxygen
卜部昌平
2021-08-15
Show verbose error messages when single pattern match fails
Kazuki Tsujimoto
2021-08-03
Fix potential hang when joining threads.
Samuel Williams
2021-08-02
Using RBOOL macro
S.H
2021-07-29
use me->def instead of me for opt_table
Koichi Sasada
2021-07-28
Revert "Fix potential hang when joining threads."
Yusuke Endoh
2021-07-27
Fix infinite loop in ensure after NoMemoryError
Jeremy Evans
2021-07-27
Fix potential hang when joining threads.
Samuel Williams
2021-07-16
Add debug assertion in `rb_funcall*` that the current thread has the gvl.
Samuel Williams
2021-07-01
Keep GC disabled until VM bootstrap has done [Bug #17583]
Nobuyoshi Nakada
2021-06-18
Add a cache for class variables
eileencodes
2021-06-18
node.h: Reduce struct size to fit with Ruby object size (five VALUEs)
Yusuke Endoh
2021-06-17
Adjust styles [ci skip]
Nobuyoshi Nakada
[next]