diff options
author | Alan Wu <[email protected]> | 2025-04-07 13:34:44 -0400 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2025-04-18 21:53:01 +0900 |
commit | 3e57c4dceba54b23e0c186591da98d045a8d4be1 () | |
tree | 56d0a2c172c26c5910b28f957751e640f3b25fbe /zjit/src/lib.rs | |
parent | 97ba8d9c4dbfd8d277b0214aa1306356db586e77 (diff) |
Strength reduce to `CCall` for sends landing in simple C methods
A new optimization pass. Also: - Printing for `Insn::CCall` - Wrap `ID` and add convenience method for printing, replacing calls to rb_id2name()
Notes: Merged: https://.com/ruby/ruby/pull/13131
-rw-r--r-- | zjit/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ pub use std; mod state; mod cruby; mod hir; mod hir_type; mod codegen; |