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
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
2021-10-20
Remove PC argument from ujit instructions
Maxime Chevalier-Boisvert
2021-10-20
Yeah, this actually works!
Alan Wu
2021-10-20
Add example handler for ujit and scrape it from vm.o
Alan Wu
2021-10-04
Expose instruction information for debuggers [Feature #18026]
Nobuyoshi Nakada
2021-08-21
Allow tracing of optimized methods
Jeremy Evans
2021-05-31
Decompose the captured_cc code for investigation
Takashi Kokubun
2021-03-10
Remove DEFINED_IVAR2 from enum
John Hawthorn
2021-01-11
Avoid re-entering opt_invokebuiltin_delegate_leave
Takashi Kokubun
2021-01-04
Fix broken JIT of getinlinecache
Takashi Kokubun
2021-01-04
Avoid using inconsistent coding style
Takashi Kokubun
2021-01-05
enable constant cache on ractors
Koichi Sasada
2020-12-22
Skip checking ROBJECT_EMBED
Takashi Kokubun
2020-12-21
Prefer stdbool in vm_exec
Takashi Kokubun
2020-12-19
Check mjit_call_p only when interrupted
Takashi Kokubun
2020-12-19
Prefer RB_OBJ_FROZEN_RAW
Takashi Kokubun
2020-12-16
Lazily move PC with RUBY_VM_CHECK_INTS
Takashi Kokubun
2020-12-16
Ignore catch_except_p for PC motion
Takashi Kokubun
2020-12-16
Inline getconstant on JIT (#3906)
Takashi Kokubun
2020-12-14
Simplify positioning of '{' and '}'
Takashi Kokubun
2020-12-15
fix inline method cache sync bug
Koichi Sasada
2020-11-27
Cache access to reg_cfp->self on JIT
Takashi Kokubun
2020-11-26
Revert "Set VM_FRAME_FLAG_FINISH at once on MJIT"
Takashi Kokubun
2020-11-26
Set VM_FRAME_FLAG_FINISH at once on MJIT
Takashi Kokubun
2020-11-22
Clarify the intention of `false &&`
Takashi Kokubun
2020-10-29
An ellipsis (...) can only be placed at the beginning
Nobuyoshi Nakada
2020-10-26
Escape '/*' within block comment too
Nobuyoshi Nakada
2020-10-17
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-10-14
sync generic_ivtbl
Koichi Sasada
2020-09-03
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-01
Remove the pc argument of vm_trace()
Alan Wu
2020-08-11
tool/prelude.c.tmpl: use RubyVM::CEscape
卜部昌平
[next]