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
*
Move `catch_except_p` to `compile_data`
eileencodes
2023-04-11
1
-1
/
+0
*
Remove dependancy of vm_core.h on shape.h
Matt Valentine-House
2023-04-06
1
-2
/
+2
*
Pull the shape tree out of the vm object
Matt Valentine-House
2023-04-06
1
-5
/
+0
*
`rb_th_serial(th)` allows `th == NULL`
Koichi Sasada
2023-04-04
1
-1
/
+1
*
rename `rb_thread_t::locking_native_thread`
Koichi Sasada
2023-03-31
1
-1
/
+1
*
`rb_current_ractor_raw(b)`
Koichi Sasada
2023-03-30
1
-3
/
+9
*
`vm_call_single_noarg_inline_builtin`
Koichi Sasada
2023-03-23
1
-0
/
+2
*
Refactor jit_func_t and jit_exec
Takashi Kokubun
2023-03-16
1
-3
/
+3
*
Move RB_VM_SAVE_MACHINE_CONTEXT to internal/thread.h
Matt Valentine-House
2023-03-15
1
-7
/
+0
*
Rename RB_GC_SAVE_MACHINE_CONTEXT -> RB_VM_SAVE_MACHINE_CONTEXT
Matt Valentine-House
2023-03-15
1
-1
/
+1
*
Move RB_GC_SAVE_MACHINE_CONTEXT to vm_core.h
Matt Valentine-House
2023-03-15
1
-0
/
+7
*
Remove SIGCHLD `waidpid`. (#7527)
Samuel Williams
2023-03-15
1
-8
/
+0
*
YJIT: Introduce no_gc attribute (#7511)
Takashi Kokubun
2023-03-14
1
-1
/
+3
*
Revert SIGCHLD changes to diagnose CI failures. (#7517)
Samuel Williams
2023-03-14
1
-0
/
+8
*
Rename builtin attr :inline to :leaf
Takashi Kokubun
2023-03-11
1
-1
/
+1
*
Support multiple attributes with Primitive.attr!
Takashi Kokubun
2023-03-11
1
-6
/
+7
*
Remove SIGCHLD `waidpid`. (#7476)
Samuel Williams
2023-03-09
1
-8
/
+0
*
Allow enabling YJIT and RJIT independently (#7474)
Takashi Kokubun
2023-03-07
1
-0
/
+2
*
s/mjit/rjit/
Takashi Kokubun
2023-03-06
1
-2
/
+2
*
s/MJIT/RJIT/
Takashi Kokubun
2023-03-06
1
-3
/
+3
*
Remove obsoleted MJIT_STATIC macro
Takashi Kokubun
2023-03-06
1
-3
/
+3
*
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-06
1
-3
/
+0
*
Store MJIT blocks on each ISEQ
Takashi Kokubun
2023-03-05
1
-1
/
+1
*
Refactor BranchStub
Takashi Kokubun
2023-03-05
1
-2
/
+2
*
use correct svar even if env is escaped
Koichi Sasada
2023-02-10
1
-0
/
+1
*
Make all of the references of iseq movable
Peter Zhu
2023-01-20
1
-0
/
+1
*
Avoid checking interrupt when loading iseq
Stan Lo
2023-01-17
1
-0
/
+1
*
Do not use VM stack for splat arg on cfunc
Koichi Sasada
2023-01-13
1
-1
/
+1
*
MJIT: Improve comments for JIT fields [ci skip]
Takashi Kokubun
2022-12-08
1
-4
/
+6
*
MJIT: Clarify jit_unit is only for MJIT
Takashi Kokubun
2022-12-08
1
-2
/
+4
*
Set max_iv_count (used for object shapes) based on inline caches
Jemma Issroff
2022-12-06
1
-0
/
+1
*
Move BOP macros to separate file
Daniel Colson
2022-12-06
1
-52
/
+1
*
Improve packing of iseq_constant_body struct
John Hawthorn
2022-12-01
1
-4
/
+6
*
Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)
Samuel Williams
2022-12-01
1
-1
/
+4
*
Fix autoload status of statically linked extensions
Alan Wu
2022-11-25
1
-0
/
+9
*
Increment max_iv_count on class based on number of set_iv in initialize (#6788)
Jemma Issroff
2022-11-22
1
-0
/
+1
*
Remove numiv from RObject
Jemma Issroff
2022-11-10
1
-1
/
+1
*
Transition shape when object's capacity changes
Jemma Issroff
2022-11-10
1
-1
/
+0
*
push dummy frame for loading process
Koichi Sasada
2022-10-20
1
-1
/
+2
*
Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)
Sergey Fedorov
2022-10-19
1
-2
/
+2
*
Improvements to IO::Buffer implementation and documentation. (#6525)
Samuel Williams
2022-10-12
1
-1
/
+1
*
Make inline cache reads / writes atomic with object shapes
Jemma Issroff
2022-10-11
1
-3
/
+1
*
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-11
1
-1
/
+10
*
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-30
1
-10
/
+1
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-28
1
-1
/
+10
*
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
1
-10
/
+1
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
1
-1
/
+10
*
Rework vm_core to use `int first_lineno` struct member.
Samuel Williams
2022-09-26
1
-2
/
+2
*
Rework `first_lineno` to be `int`.
Samuel Williams
2022-09-26
1
-4
/
+4
*
New constant caching insn: opt_getconstant_path
John Hawthorn
2022-09-01
1
-3
/
+16
[next]