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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
Age
Commit message (
Expand
)
Author
2022-11-01
Ivar copy needs to happen _before_ setting the shape
Aaron Patterson
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-08-19
Write interface instead of interfact
KaĆque Kandy Koga
2022-08-19
* remove trailing spaces. [ci skip]
git
2022-08-18
[ci skip][Feature #18910][lldb] Dedup lldb_init
Matt Valentine-House
2022-08-18
[ci-skip][Feature #18910][lldb] New directory structure
Matt Valentine-House
2022-08-18
[ci-skip][Feature #18910][lldb] Port rclass_ext to new LLDB Framework
Matt Valentine-House
2022-08-18
[ci-skip][Feature #18910][lldb] Port heap_page command to new LLDB framework
Matt Valentine-House
2022-08-18
[ci-skip][Feature #18910][lldb] Provide class framework for lldb commands
Matt Valentine-House
2022-07-14
Get the insns_address_table from the vm_exec_core module table...
Matt Valentine-House
2022-07-06
fix lldb scripts on older lldb python
Aaron Patterson
2022-06-21
Add T_STRUCT to lldb inspect helper
Jemma Issroff
2022-06-17
[ci skip][lldb] Fix array length representation with USING_RVARGC
Matt Valentine-House
2022-06-15
[ci skip] [lldb] Ensure rbbt has loaded the globals
Matt Valentine-House
2022-06-15
[ci skip] Print the rb_classext_t for a class, using an offset
Matt Valentine-House
2022-06-15
Add imemo types to global namespace in lldb helpers
Jemma Issroff
2022-05-27
Add more information to lldb dump_page helper
Jemma Issroff
2022-05-04
Update lldb helper for iseq disassembly to use correct var name
Jemma Issroff
2022-04-27
Rust YJIT
Alan Wu
2022-04-04
Make heap page sizes 64KiB by default
Peter Zhu
2022-04-01
Fix up global name references in misc/lldb_disasm.py
Aaron Patterson
2022-02-02
Treat TS_ICVARC cache as separate from TS_IVC cache
Jemma Issroff
2022-01-26
[lldb] Handle MacOS 64Kb heap pages in the lldb helpers
Matt Valentine-House
2022-01-17
lldb_cruby.py: support RVARGC on T_CLASS [ci skip]
Nobuyoshi Nakada
2022-01-06
Update lldb_cruby.py for VWA strings
Peter Zhu
2021-12-03
YJIT: Bounds check every byte in the assembler
Alan Wu
2021-12-01
Mark JIT code as writeable / executable depending on the situation
Aaron Patterson
2021-11-05
YJIT: use shorter encoding for mov(r64,imm) when unambiguous (#5081)
Alan Wu
2021-11-04
YJIT code pages refactoring for code GC (#5073)
Maxime Chevalier-Boisvert
2021-11-02
Fix typos
Nobuyoshi Nakada
2021-10-28
Follow up the RString change [ci skip]
Nobuyoshi Nakada
2021-10-27
Fix yjit_asm_tests.c as C99 compliant (#5033)
Nobuyoshi Nakada
2021-10-25
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-10-21
Move the test file
Nobuyoshi Nakada
2021-10-21
Fix for out-of-place build
Nobuyoshi Nakada
2021-10-20
Fix non RUBY_DEBUG build warnings
Alan Wu
2021-10-20
Move test_yjit_asm.sh into misc
Alan Wu
2021-10-20
Add an lldb script to print YJIT comments
Aaron Patterson
2021-10-20
Free block->incoming in invalidate_block_version()
Maxime Chevalier-Boisvert
2021-10-20
Added synthetic torture test with 30K tiny methods
Maxime Chevalier-Boisvert
2021-10-20
Directly link libcapstone for easier development
Aaron Patterson
2021-10-20
Added comments. Fixed compiler warning.
Maxime Chevalier-Boisvert
2021-10-20
add a helper script for ujit disasm
Aaron Patterson
2021-09-29
lldb: Get rid of error at unpreserved encodings [ci skip]
Nobuyoshi Nakada
2021-09-28
lldb: Show encoding of String [ci skip]
Nobuyoshi Nakada
2021-08-25
[Feature #18045] Implement size classes for GC
Peter Zhu
[next]