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
/
models
Age
Commit message (
Expand
)
Author
2023-03-16
Rename opes to operands on RubyVM::BaseInstruction
John Hawthorn
2023-02-24
Fix RubyVM::CExpr#inspect
Peter Zhu
2022-02-02
Treat TS_ICVARC cache as separate from TS_IVC cache
Jemma Issroff
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
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
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
2021-10-20
Add example handler for ujit and scrape it from vm.o
Alan Wu
2020-12-16
Lazily move PC with RUBY_VM_CHECK_INTS
Takashi Kokubun
2020-07-03
Use ID instead of GENTRY for gvars. (#3278)
Koichi Sasada
2019-12-05
Introduce an "Inline IVAR cache" struct
Aaron Patterson
2019-11-08
support builtin features with Ruby and C.
Koichi Sasada
2019-10-24
Combine call info and cache to speed up method invocation
Alan Wu
2019-01-25
vm.inc now in C99
shyouhei
2018-12-27
delete emacs mode lines [ci skip]
shyouhei
2018-10-29
less verbose code by sharing attribute definitions
shyouhei
2018-10-29
bare_instructions.rb: sort attributes [ci skip]
shyouhei
2018-09-13
move canary-related statements into macros
shyouhei
2018-09-11
bare_instructions.rb: use Hash#fetch to read attr
k0kubun
2018-09-11
_mjit_compile_pc_and_sp.erb: skip moving pc
k0kubun
2018-09-11
add new instruction attribute called leaf
shyouhei
2018-07-25
insns.def: s/handles_frame/handles_sp/
k0kubun
2018-07-19
mjit_compile.c: reduce sp motion on JIT
k0kubun
2018-07-17
revert r63988
k0kubun
2018-07-17
mjit_compile.c: resurrect local variable stack
k0kubun
2018-06-27
give up insn attr handles_frame
shyouhei
2018-03-19
Reverting r62775, this should fix i686 builds
tenderlove
2018-03-16
Revert "Add direct marking on iseq operands"
naruse
2018-03-09
Add direct marking on iseq operands
tenderlove
2018-01-30
bare_instructions.rb: sp_inc is signed
nobu
2018-01-29
s/CALL_SIMPLE_METHOD/DISPATCH_ORIGINAL_INSN/
shyouhei
2018-01-29
extensive use of instruction attributes
shyouhei
2018-01-27
bare_instructions.rb: show class name on inspect
k0kubun
2018-01-26
move ADD_PC around to optimize PC manipluiations
shyouhei
2018-01-15
tool/ruby_vm/models/attribute.rb: void for empty arguments
nobu
2018-01-12
tool/ruby_vm support for pre-2.0 BASERUBY
shyouhei
2018-01-12
tool/ruby_vm support for pre-2.1 BASERUBY
shyouhei
2018-01-12
delete tool/instruction.rb (2nd try)
shyouhei
2018-01-10
merge revisions 61753:61750 61747:61740 61737:61728
shyouhei
[next]