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_core.h
Age
Commit message (
Expand
)
Author
2023-03-09
Remove SIGCHLD `waidpid`. (#7476)
Samuel Williams
2023-03-07
Allow enabling YJIT and RJIT independently (#7474)
Takashi Kokubun
2023-03-06
s/mjit/rjit/
Takashi Kokubun
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2023-03-06
Remove obsoleted MJIT_STATIC macro
Takashi Kokubun
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-05
Store MJIT blocks on each ISEQ
Takashi Kokubun
2023-03-05
Refactor BranchStub
Takashi Kokubun
2023-02-10
use correct svar even if env is escaped
Koichi Sasada
2023-01-20
Make all of the references of iseq movable
Peter Zhu
2023-01-17
Avoid checking interrupt when loading iseq
Stan Lo
2023-01-13
Do not use VM stack for splat arg on cfunc
Koichi Sasada
2022-12-08
MJIT: Improve comments for JIT fields [ci skip]
Takashi Kokubun
2022-12-08
MJIT: Clarify jit_unit is only for MJIT
Takashi Kokubun
2022-12-06
Set max_iv_count (used for object shapes) based on inline caches
Jemma Issroff
2022-12-06
Move BOP macros to separate file
Daniel Colson
2022-12-01
Improve packing of iseq_constant_body struct
John Hawthorn
2022-12-01
Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)
Samuel Williams
2022-11-25
Fix autoload status of statically linked extensions
Alan Wu
2022-11-22
Increment max_iv_count on class based on number of set_iv in initialize (#6788)
Jemma Issroff
2022-11-10
Remove numiv from RObject
Jemma Issroff
2022-11-10
Transition shape when object's capacity changes
Jemma Issroff
2022-10-20
push dummy frame for loading process
Koichi Sasada
2022-10-19
Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)
Sergey Fedorov
2022-10-12
Improvements to IO::Buffer implementation and documentation. (#6525)
Samuel Williams
2022-10-11
Make inline cache reads / writes atomic with object shapes
Jemma Issroff
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Rework vm_core to use `int first_lineno` struct member.
Samuel Williams
2022-09-26
Rework `first_lineno` to be `int`.
Samuel Williams
2022-09-01
New constant caching insn: opt_getconstant_path
John Hawthorn
2022-08-25
Convert catch_except_t to stdbool
Takashi Kokubun
2022-08-19
Rename mjit_exec to jit_exec (#6262)
Takashi Kokubun
2022-08-15
Simplify around `USE_YJIT` macro (#6240)
Nobuyoshi Nakada
2022-07-22
Add "rb_" prefixes to toplevel enum definitions
Yusuke Endoh
2022-07-22
Move enum definitions out of struct definition
Yusuke Endoh
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-18
Separate TS_IVC and TS_ICVARC in is_entries buffers
Jemma Issroff
2022-07-14
Correct comment explaining env flags [ci skip]
John Hawthorn
2022-06-23
Flatten bitmap when there is only one element
Aaron Patterson
2022-06-23
Update vm_core.h
Aaron Patterson
2022-06-23
Speed up ISeq by marking via bitmaps and IC rearranging
Aaron Patterson
2022-05-24
altstack is native thread's attr
Koichi Sasada
2022-05-24
add `rb_th_serial()`
Koichi Sasada
2022-05-24
remove `NON_SCALAR_THREAD_ID` support
Koichi Sasada
2022-05-20
`rb_thread_t::serial` for debug
Koichi Sasada
2022-05-17
Delete autoload data from global features after autoload has completed. (#5910)
Samuel Williams
[next]