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-08-08
YJIT: Compile exception handlers (#8171)
Takashi Kokubun
2023-08-08
Share duplicate code between Wasm and the others
Nobuyoshi Nakada
2023-08-06
Turn `jit_exec` and `jit_compile` into macros if disabled
Nobuyoshi Nakada
2023-08-04
Just suppress a warning for non-Emscripten Wasm build
Takashi Kokubun
2023-08-05
Revert "Skip calling jit_exec on Wasm"
Nobuyoshi Nakada
2023-08-04
Skip calling jit_exec on Wasm
Takashi Kokubun
2023-07-27
Remove an obsoleted initialization from Wasm
Takashi Kokubun
2023-07-27
Remove an unused argument in vm_exec_core
Takashi Kokubun
2023-07-27
Clean up OPT_STACK_CACHING (#8132)
Takashi Kokubun
2023-07-25
Adjust brace nesting
Nobuyoshi Nakada
2023-07-17
Remove __bp__ and speed-up bmethod calls (#8060)
Alan Wu
2023-07-17
YJIT: refactoring to allow for fancier call threshold logic (#8078)
Maxime Chevalier-Boisvert
2023-07-08
macos: symbols for `rb_execution_context_t` should be internal
Nobuyoshi Nakada
2023-06-17
Replace parser & node compile_option from Hash to bit field
yui-knk
2023-06-14
Directly allocate FrozenCore as an ICLASS
Peter Zhu
2023-06-12
[Feature #19719] Universal Parser
yui-knk
2023-05-10
[Bug #19597] Freeze script name
Nobuyoshi Nakada
2023-04-26
[Bug #19592] Fix ext/Setup support
Alan Wu
2023-04-25
Generalize cfunc large array splat fix to fix many additional cases raising S...
Jeremy Evans
2023-04-18
Emit special instruction for array literal + .(hash|min|max)
Aaron Patterson
2023-04-15
Adjust function style [ci skip]
Nobuyoshi Nakada
2023-04-13
Speed up rebuilding the loaded feature index
Jeremy Evans
2023-04-06
Pull the shape tree out of the vm object
Matt Valentine-House
2023-03-31
`nt->serial` for `RUBY_DEBUG_LOG`
Koichi Sasada
2023-03-29
YJIT: Leave cfp->pc uninitialized for VM_FRAME_MAGIC_CFUNC
Alan Wu
2023-03-28
YJIT: Add `--yjit-pause` and `RubyVM::YJIT.resume` (#7609)
Maxime Chevalier-Boisvert
2023-03-22
Fix shape allocation limits
Aaron Patterson
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
[next]