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
/
yjit
/
src
/
asm
/
mod.rs
Age
Commit message (
Expand
)
Author
2025-01-29
YJIT: A64: Remove assert that trips when OOM at page boundary
Alan Wu
2024-10-07
YJIT: Add --yjit-mem-size option (#11810)
Takashi Kokubun
2024-09-30
Return an Iterator Instead of a Vector in `addrs_to_pages` Method (#11725)
whtsht
2024-07-08
YJIT: `dump-disasm`: Print comments and bytes in release builds
Alan Wu
2023-12-05
YJIT: Assert code pages are not partially in-bounds
Alan Wu
2023-12-05
YJIT: Simplify code page switching logic, remove an assert
Alan Wu
2023-11-07
YJIT: Use u32 for CodePtr to save 4 bytes each
Alan Wu
2023-10-18
YJIT: Add --yjit-perf (#8697)
Takashi Kokubun
2023-09-13
YJIT: Skip adding past_page_bytes for past pages (#8433)
Takashi Kokubun
2023-09-06
YJIT: Make compiled_* stats available by default (#8379)
Takashi Kokubun
2023-04-11
YJIT: Fix build on A64
Alan Wu
2023-04-11
YJIT: Fix a compilation warning in x86_64
Takashi Kokubun
2023-04-11
YJIT: Reduce paddings if --yjit-exec-mem-size <= 128 on arm64 (#7671)
Takashi Kokubun
2023-04-05
YJIT: Count the number of actually written bytes (#7658)
Takashi Kokubun
2023-03-29
YJIT: code_gc(): Assert self is inline to avoid other_cb()
Alan Wu
2023-03-29
YJIT: Fix overlapping &mut in Assembler::code_gc()
Alan Wu
2023-03-03
YJIT: Fix a cargo test warning on x86_64 (#7428)
Takashi Kokubun
2023-03-02
YJIT: Delete stale `frozen_bytes` related code (#7423)
Alan Wu
2023-02-20
YJIT: Fix assertion for partially mapped last pages (#7337)
Takashi Kokubun
2023-02-09
YJIT: Use the system page size when the code page size is too small (#7267)
Alan Wu
2023-02-02
Fix typos in YJIT [ci skip]
Alan Wu
2023-02-02
YJIT: other_cb is None in tests
Alan Wu
2023-02-02
YJIT: Move CodegenGlobals::freed_pages into an Rc
Alan Wu
2023-01-12
Enable `clippy` checks for yjit in CI (#7093)
Ian Ker-Seymer
2023-01-10
YJIT: Fix a compilation warning with release build (#7092)
Takashi Kokubun
2023-01-09
YJIT: Remove old comments for regenerated branches (#7083)
Takashi Kokubun
2022-12-05
YJIT: Remove --yjit-code-page-size (#6865)
Alan Wu
2022-11-30
YJIT: Fix IseqPayload::pages memory bloat
Alan Wu
2022-11-23
YJIT: Use NonNull pointer for CodePtr (#6792)
Takashi Kokubun
2022-11-15
YJIT: Include actual memory region size in stats (#6736)
Takashi Kokubun
2022-11-08
YJIT: Reset dropped_bytes when patching code
Alan Wu
2022-11-07
YJIT: Free pages after ObjectSpace API usages (#6676)
Takashi Kokubun
2022-11-03
YJIT: Make Code GC metrics available for non-stats builds (#6665)
Takashi Kokubun
2022-11-03
YJIT: Stop incrementing write_pos if cb.has_dropped_bytes (#6664)
Takashi Kokubun
2022-11-02
YJIT: Avoid accumulating freed pages in the payload (#6657)
Takashi Kokubun
2022-10-31
YJIT: Add RubyVM::YJIT.code_gc (#6644)
Takashi Kokubun
2022-10-25
YJIT: GC and recompile all code pages (#6406)
Takashi Kokubun
2022-10-21
YJIT: Fix page rounding for icache busting
Alan Wu
2022-10-19
YJIT: Skip dumping code for the other cb on --yjit-dump-disasm (#6592)
Takashi Kokubun
2022-10-19
YJIT: fold the "asm_comments" feature into "disasm" (#6591)
Alan Wu
2022-10-18
Code clean around unused code for some architectures or features (#6581)
Jimmy Miller
2022-10-17
YJIT: Interleave inline and outlined code blocks (#6460)
Takashi Kokubun
2022-10-13
fixes more clippy warnings (#6543)
Jimmy Miller
2022-09-30
A bunch of clippy auto fixes for yjit (#6476)
Jimmy Miller
2022-09-27
YJIT: add assertion wrt label names (#6459)
Maxime Chevalier-Boisvert
2022-09-01
Let --yjit-dump-disasm=all dump ocb code as well (#6309)
Takashi Kokubun
2022-08-29
Add --yjit-dump-disasm to dump every compiled code (https://github.com/Shopif...
Takashi Kokubun
2022-08-29
Fix code invalidation while OOM and OOM simulation (https://github.com/Shopif...
Alan Wu
2022-08-29
Assert that the # of bytes matches for label refs (https://github.com/Shopify...
Kevin Newton
2022-08-29
Better label refs (https://github.com/Shopify/ruby/pull/310)
Kevin Newton
[next]