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
/
tool
/
ruby_vm
/
views
Age
Commit message (
Expand
)
Author
9 days
Add an include guard for insns_info.inc
Alan Wu
12 days
Explain a missing USE_ZJIT check on rb_vm_max_insn_name_size
Takashi Kokubun
12 days
ZJIT: Disable ZJIT instructions when USE_ZJIT is 0 (#13199)
Takashi Kokubun
13 days
ZJIT: Drop trace_zjit_* instructions (#13189)
Takashi Kokubun
2025-04-18
Disable ZJIT profiling at call-threshold (https://github.com/Shopify/zjit/pul...
Takashi Kokubun
2025-04-18
Add zjit_* instructions to profile the interpreter (https://github.com/Shopif...
Takashi Kokubun
2025-03-05
Remove obsoleted insn_may_depend_on_sp_or_pc()
Takashi Kokubun
2025-02-13
[Feature #21116] Extract RJIT as a third-party gem
Nobuyoshi Nakada
2024-06-18
Optimized forwarding callers and callees
Aaron Patterson
2023-08-16
Move the PC regardless of the leaf flag (#8232)
Takashi Kokubun
2023-07-27
Clean up OPT_STACK_CACHING (#8132)
Takashi Kokubun
2023-03-16
Rename opes to operands on RubyVM::BaseInstruction
John Hawthorn
2023-03-16
Rename opes to operands
John Hawthorn
2023-03-16
Re-add RJIT::Instruction#opes
John Hawthorn
2023-03-10
RJIT: Simplify RubyVM::RJIT::Instruction
Takashi Kokubun
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2023-03-06
Rename MJIT filenames to RJIT
Takashi Kokubun
2023-03-06
Remove obsoleted mjit_sp_inc.inc.erb
Takashi Kokubun
2023-03-05
Decode trace insns properly
Takashi Kokubun
2023-03-05
Move modules around
Takashi Kokubun
2023-02-24
Fix incorrect line numbers in GC hook
Peter Zhu
2022-12-22
Polish the public docs for MJIT [ci skip]
Takashi Kokubun
2022-12-21
Put RubyVM::MJIT::Compiler under ruby_vm directory (#6989)
Takashi Kokubun
2022-11-29
MJIT: Rename mjit_compile_attr to mjit_sp_inc
Takashi Kokubun
2022-09-23
mjit_c.rb doesn't need to be an erb
Takashi Kokubun
2022-09-23
Mix manual and auto-generated C APIs
Takashi Kokubun
2022-09-23
Bindgen macro with builtin
Takashi Kokubun
2022-09-23
Builtin RubyVM::MJIT::C
Takashi Kokubun
2022-09-18
Introduce --basedir to insns2vm.rb
Takashi Kokubun
2022-09-18
Revert "Preserve the directory structure under tool/ruby_vm/views"
Takashi Kokubun
2022-09-18
Preserve the directory structure under tool/ruby_vm/views
Takashi Kokubun
2022-09-18
Demote mjit_instruction.rb from builtin to stdlib
Takashi Kokubun
2022-09-05
Fix warnings from private_constant
Takashi Kokubun
2022-09-04
Ruby MJIT (#6028)
Takashi Kokubun
2022-09-01
New constant caching insn: opt_getconstant_path
John Hawthorn
2022-08-21
Rename mjit_compile.c to mjit_compiler.c
Takashi Kokubun
2022-08-19
Rename mjit_exec to jit_exec (#6262)
Takashi Kokubun
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-15
Implement Objects on VWA
Peter Zhu
2022-06-30
Adjust indent [ci skip]
Nobuyoshi Nakada
2022-06-29
Move function to `static inline` so we don't have leaked globals
Aaron Patterson
2022-04-01
Finer-grained constant cache invalidation (take 2)
Kevin Newton
2022-03-25
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
2022-03-24
Finer-grained inline constant cache invalidation
Kevin Newton
2022-03-24
Add ISEQ_BODY macro
Peter Zhu
2021-12-05
Make `leaf` const in VM generator
Alan Wu
2021-10-29
vm_core.h: Avoid unaligned access to ic_serial on 32-bit machine
Yusuke Endoh
2021-10-20
Remove the scraper
Aaron Patterson
2021-10-20
Remove some MicroJIT vestiges
Aaron Patterson
[next]