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
ruby_4_0
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
2023-09-16
[For ruby_3_2] Fix unused_mut Rust warnings (#8435)
Alan Wu
2023-03-04
merge revision(s) b78f871d838c168789648738e5c67b071beb8a19,ecd0cdaf820af789f3...
NARUSE, Yui
2023-02-03
merge revision(s) 188688a53e7708d25ab80e14d05e70ffcf792e13: [Backport #19385]
NARUSE, Yui
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
2022-08-29
More Arm64 lowering/backend work (https://github.com/Shopify/ruby/pull/307)
Kevin Newton
2022-08-29
Arm64 progress (https://github.com/Shopify/ruby/pull/304)
Kevin Newton
2022-08-29
MOVK, MOVZ, BR (https://github.com/Shopify/ruby/pull/296)
Kevin Newton
2022-08-29
Port gen_leave_exit(), add support for labels to backend
Maxime Chevalier-Boisvert
2022-08-29
* Arm64 Beginnings (https://github.com/Shopify/ruby/pull/291)
Maxime Chevalier-Boisvert
2022-06-14
YJIT: On-demand executable memory allocation; faster boot (#5944)
Alan Wu
2022-04-29
YJIT: Enable default rustc lints (warnings) (#5864)
Alan Wu
2022-04-29
YJIT: Adopt Clippy suggestions we like
Alan Wu
2022-04-29
YJIT: Do not create `CodeBlock.asm_comments` if the `asm_comments` feature is...
Dmitry Dygalo
2022-04-27
YJIT: Make add_comment() more concise
Alan Wu
2022-04-27
Rust YJIT
Alan Wu