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
Age
Commit message (
Expand
)
Author
2023-02-24
Fix incorrect line numbers in GC hook
Peter Zhu
2023-02-24
Fix RubyVM::CExpr#inspect
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-10-13
Revert "FreeBSD make uses the target under srcdir [ci skip]"
Nobuyoshi Nakada
2022-10-13
FreeBSD make uses the target under srcdir [ci skip]
Nobuyoshi Nakada
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-22
Expand paths used for dumper.rb
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
2022-02-02
Treat TS_ICVARC cache as separate from TS_IVC cache
Jemma Issroff
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
Cleanup diff against upstream. Add comments
Alan Wu
2021-10-20
Remove the scraper
Aaron Patterson
2021-10-20
Remove some MicroJIT vestiges
Aaron Patterson
2021-10-20
YJIT: lazy polymorphic getinstancevariable
Alan Wu
2021-10-20
Remove trailing whitespaces
Maxime Chevalier-Boisvert
2021-10-20
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
Restore interpreter regs in ujit hook. Implement leave bytecode.
Maxime Chevalier-Boisvert
2021-10-20
Refactor uJIT code into more files for readability
Maxime Chevalier-Boisvert
2021-10-20
Fix typo
Alan Wu
2021-10-20
Include disassembly in MicroJIT scraper output
Alan Wu
2021-10-20
Add to the MicroJIT scraper an example that passes ec
Alan Wu
2021-10-20
Fix compilation for OPT_THREADED_CODE=2
Alan Wu
2021-10-20
Zero sized array are not standard C
Alan Wu
2021-10-20
Compile with MicroJIT disabled when scrape fails
Alan Wu
2021-10-20
endbr64 is fine
Alan Wu
2021-10-20
Preliminary GNU/Linux support for code scraper
Alan Wu
2021-10-20
Refactor ujit_examples.h generator. Remove dwarfdump dependency
Alan Wu
[next]