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
2023-03-16
Fix the JIT-unsupported case
Takashi Kokubun
2023-03-16
Refactor jit_func_t and jit_exec
Takashi Kokubun
2023-03-15
Remove SIGCHLD `waidpid`. (#7527)
Samuel Williams
2023-03-14
Remove unused jit_enable_p flag
Takashi Kokubun
2023-03-14
YJIT: Implement throw instruction (#7491)
Takashi Kokubun
2023-03-14
Revert SIGCHLD changes to diagnose CI failures. (#7517)
Samuel Williams
2023-03-13
Remove an unused VM option
Takashi Kokubun
2023-03-08
RJIT: Stop allowing leaked globals rjit_*
Takashi Kokubun
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_HEADER macro
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
Prepare for compiling an ISEQ
Takashi Kokubun
2023-03-05
Prepare rb_mjit_compile hook
Takashi Kokubun
2023-02-15
Encapsulate RCLASS_ATTACHED_OBJECT
Jean Boussier
2023-02-10
use correct svar even if env is escaped
Koichi Sasada
2023-02-09
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-02-04
Remove unneeded repetitions
Takashi Kokubun
2023-02-01
use correct svar (#7225)
Koichi Sasada
2023-01-09
Fix off-by-one error in rb_vm_each_stack_value
Peter Zhu
2022-12-24
MJIT: Cancel all on disastrous situations (#7019)
Takashi Kokubun
2022-12-17
Use a BOP for Hash#default
John Hawthorn
2022-12-08
MJIT: Give a more appropriate name to the initial state
Takashi Kokubun
2022-12-07
Add debug counters to RubyVM.stat (#6086)
Chris Seaton
2022-12-06
MJIT: Refactor the jit_func enum for MJIT
Takashi Kokubun
2022-12-06
Introduce BOP_CMP for optimized comparison
Daniel Colson
2022-12-06
Move BOP macros to separate file
Daniel Colson
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-23
Add next_shape_id to vm stats
Aaron Patterson
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-14
Rename --mjit-min-calls to --mjit-call-threshold (#6731)
Takashi Kokubun
2022-11-13
Reduce the number of branches in jit_exec (#6722)
Takashi Kokubun
2022-11-13
s/mjit_func_t/jit_func_t/
Takashi Kokubun
2022-11-13
Remove unused debug counters
Takashi Kokubun
2022-11-10
Transition shape when object's capacity changes
Jemma Issroff
2022-10-26
Fix -Wundef warnings
Nobuyoshi Nakada
2022-10-21
Remove unused class serial
Jemma Issroff
2022-10-20
push dummy frame for loading process
Koichi Sasada
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-06
Do not fork the process on --mjit-wait
Takashi Kokubun
2022-08-29
Introduce `usage_analysis_clear`
S.H
[next]