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_core.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
YJIT: Fancier opt_getinlinecache
Alan Wu
2021-10-20
1
-0
/
+3
*
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
1
-4
/
+4
*
WIP refactor block lists to use darray
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+3
*
Tie lifetime of uJIT blocks to iseqs
Alan Wu
2021-10-20
1
-0
/
+5
*
WIP JIT-to-JIT returns
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+2
*
Do not load file with same realpath twice when requiring
Jeremy Evans
2021-10-02
1
-0
/
+1
*
Revert "Do not load file with same realpath twice when requiring"
Jeremy Evans
2021-09-18
1
-1
/
+0
*
Do not load file with same realpath twice when requiring
Jeremy Evans
2021-09-18
1
-0
/
+1
*
suppress GCC's -Wsuggest-attribute=format
卜部昌平
2021-09-10
1
-0
/
+1
*
Use free instead of xfree to free altstack
Yusuke Endoh
2021-09-06
1
-1
/
+1
*
Remove root_jmpbuf in rb_thread_struct
Nobuyoshi Nakada
2021-08-10
1
-1
/
+0
*
Replace copy coroutine with pthread implementation.
Samuel Williams
2021-07-01
1
-5
/
+2
*
Add a cache for class variables
eileencodes
2021-06-18
1
-0
/
+5
*
Pack iseq_inline_constant_cache_entry
Nobuyoshi Nakada
2021-06-09
1
-11
/
+8
*
Clarify these are just for MJIT
Takashi Kokubun
2021-06-02
1
-2
/
+2
*
Enable VM_ASSERT in --jit CIs (#4543)
Takashi Kokubun
2021-06-01
1
-3
/
+3
*
Add Thread#native_thread_id [Feature #17853]
NARUSE, Yui
2021-05-26
1
-0
/
+7
*
Update a comment about what 'inline' attr means
Takashi Kokubun
2021-05-21
1
-1
/
+4
*
Revert "Filling cache values on cvar write"
Aaron Patterson
2021-05-11
1
-5
/
+0
*
Add a cache for class variables
eileencodes
2021-05-11
1
-0
/
+5
*
Fix trivial -Wundef warnings
Benoit Daloze
2021-05-04
1
-4
/
+4
*
Adjust struct member offset for i386 Cygwin
xtkoba
2021-05-01
1
-0
/
+8
*
Use rb_fstring for "defined" strings.
Aaron Patterson
2021-03-17
1
-1
/
+0
*
global call-cache cache table for rb_funcall*
Koichi Sasada
2021-01-29
1
-0
/
+5
*
expose some C-APIs for ractor
Koichi Sasada
2021-01-06
1
-0
/
+2
*
enable constant cache on ractors
Koichi Sasada
2021-01-05
1
-6
/
+14
*
separate rb_ractor_pub from rb_ractor_t
Koichi Sasada
2020-12-22
1
-8
/
+7
*
TracePoint.new(&block) should be ractor-local
Koichi Sasada
2020-12-22
1
-7
/
+12
*
export rb_eRactorIsolationError for MJIT
Koichi Sasada
2020-12-21
1
-2
/
+3
*
Introduce Ractor::IsolationError
Koichi Sasada
2020-12-21
1
-0
/
+1
*
fix inline method cache sync bug
Koichi Sasada
2020-12-15
1
-0
/
+2
*
Introduce negative method cache
Koichi Sasada
2020-12-14
1
-0
/
+2
*
Signal handler type should be void
Nobuyoshi Nakada
2020-12-12
1
-1
/
+1
*
fix decl of ruby_single_main_ractor
Koichi Sasada
2020-12-07
1
-2
/
+1
*
ruby_single_main_ractor for single ractor mode
Koichi Sasada
2020-12-07
1
-2
/
+9
*
rb_ext_ractor_safe() to declare ractor-safe ext
Koichi Sasada
2020-12-01
1
-0
/
+8
*
introduce USE_VM_CLOCK for windows.
Koichi Sasada
2020-11-11
1
-1
/
+21
*
Ractor.make_shareable(a_proc)
Koichi Sasada
2020-10-30
1
-0
/
+1
*
check isolated Proc more strictly
Koichi Sasada
2020-10-29
1
-8
/
+11
*
Add Thread.ignore_deadlock accessor
Jeremy Evans
2020-10-28
1
-1
/
+1
*
Some global variables can be accessed from ractors
Koichi Sasada
2020-10-20
1
-1
/
+1
*
Use language TLS specifier if it is possible.
Koichi Sasada
2020-10-20
1
-2
/
+8
*
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-10-17
1
-2
/
+1
*
fix releasing timing.
Koichi Sasada
2020-10-14
1
-3
/
+7
*
support exception when lock_rec > 0
Koichi Sasada
2020-10-14
1
-0
/
+14
*
Make `Thread#join` non-blocking.
Samuel Williams
2020-09-21
1
-6
/
+7
*
relax dependency
Koichi Sasada
2020-09-15
1
-0
/
+4
*
restart Ractor.select on intterupt
Koichi Sasada
2020-09-15
1
-0
/
+1
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-47
/
+72
*
Avoid a use after free in VM assertion
Jeremy Evans
2020-08-21
1
-0
/
+1
[next]