aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* Ivar copy needs to happen _before_ setting the shapeAaron Patterson2022-11-011-2/+2
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-111-0/+1
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-301-1/+0
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-281-0/+1
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-261-5/+1
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-261-1/+5
* Write interface instead of interfactKaĆ­que Kandy Koga2022-08-191-1/+1
* * remove trailing spaces. [ci skip]git2022-08-191-3/+3
* [ci skip][Feature #18910][lldb] Dedup lldb_initMatt Valentine-House2022-08-182-28/+31
* [ci-skip][Feature #18910][lldb] New directory structureMatt Valentine-House2022-08-186-6/+11
* [ci-skip][Feature #18910][lldb] Port rclass_ext to new LLDB FrameworkMatt Valentine-House2022-08-182-19/+14
* [ci-skip][Feature #18910][lldb] Port heap_page command to new LLDB frameworkMatt Valentine-House2022-08-182-14/+26
* [ci-skip][Feature #18910][lldb] Provide class framework for lldb commandsMatt Valentine-House2022-08-184-5/+121
* Get the insns_address_table from the vm_exec_core module table...Matt Valentine-House2022-07-141-2/+11
* fix lldb scripts on older lldb pythonAaron Patterson2022-07-061-1/+3
* Add T_STRUCT to lldb inspect helperJemma Issroff2022-06-211-0/+4
* [ci skip][lldb] Fix array length representation with USING_RVARGCMatt Valentine-House2022-06-171-2/+2
* [ci skip] [lldb] Ensure rbbt has loaded the globalsMatt Valentine-House2022-06-151-0/+2
* [ci skip] Print the rb_classext_t for a class, using an offsetMatt Valentine-House2022-06-151-0/+19
* Add imemo types to global namespace in lldb helpersJemma Issroff2022-06-151-0/+6
* Add more information to lldb dump_page helperJemma Issroff2022-05-271-2/+6
* Update lldb helper for iseq disassembly to use correct var nameJemma Issroff2022-05-041-1/+1
* Rust YJITAlan Wu2022-04-272-453/+0
* Make heap page sizes 64KiB by defaultPeter Zhu2022-04-041-4/+1
* Fix up global name references in misc/lldb_disasm.pyAaron Patterson2022-04-011-4/+4
* Treat TS_ICVARC cache as separate from TS_IVC cacheJemma Issroff2022-02-021-0/+2
* [lldb] Handle MacOS 64Kb heap pages in the lldb helpersMatt Valentine-House2022-01-261-1/+6
* lldb_cruby.py: support RVARGC on T_CLASS [ci skip]Nobuyoshi Nakada2022-01-171-0/+3
* Update lldb_cruby.py for VWA stringsPeter Zhu2022-01-061-2/+1
* YJIT: Bounds check every byte in the assemblerAlan Wu2021-12-032-4/+4
* Mark JIT code as writeable / executable depending on the situationAaron Patterson2021-12-011-1/+1
* YJIT: use shorter encoding for mov(r64,imm) when unambiguous (#5081)Alan Wu2021-11-051-1/+11
* YJIT code pages refactoring for code GC (#5073)Maxime Chevalier-Boisvert2021-11-041-4/+0
* Fix typosNobuyoshi Nakada2021-11-021-2/+2
* Follow up the RString change [ci skip]Nobuyoshi Nakada2021-10-281-2/+1
* Fix yjit_asm_tests.c as C99 compliant (#5033)Nobuyoshi Nakada2021-10-271-5/+9
* [Feature #18239] Implement VWA for stringsPeter Zhu2021-10-251-1/+2
* Move the test fileNobuyoshi Nakada2021-10-212-1/+434
* Fix for out-of-place buildNobuyoshi Nakada2021-10-211-1/+1
* Fix non RUBY_DEBUG build warningsAlan Wu2021-10-201-1/+1
* Move test_yjit_asm.sh into miscAlan Wu2021-10-201-0/+10
* Add an lldb script to print YJIT commentsAaron Patterson2021-10-201-0/+47
* Free block->incoming in invalidate_block_version()Maxime Chevalier-Boisvert2021-10-201-47/+0
* Added synthetic torture test with 30K tiny methodsMaxime Chevalier-Boisvert2021-10-201-0/+47
* Directly link libcapstone for easier developmentAaron Patterson2021-10-201-35/+0
* Added comments. Fixed compiler warning.Maxime Chevalier-Boisvert2021-10-201-7/+8
* add a helper script for ujit disasmAaron Patterson2021-10-201-0/+34
* lldb: Get rid of error at unpreserved encodings [ci skip]Nobuyoshi Nakada2021-09-291-1/+5
* lldb: Show encoding of String [ci skip]Nobuyoshi Nakada2021-09-281-0/+2
* [Feature #18045] Implement size classes for GCPeter Zhu2021-08-251-3/+4