summaryrefslogtreecommitdiff
path: root/zjit/src/lib.rs
diff options
context:
space:
mode:
authorAlan Wu <[email protected]>2025-04-07 13:34:44 -0400
committerTakashi Kokubun <[email protected]>2025-04-18 21:53:01 +0900
commit3e57c4dceba54b23e0c186591da98d045a8d4be1 ()
tree56d0a2c172c26c5910b28f957751e640f3b25fbe /zjit/src/lib.rs
parent97ba8d9c4dbfd8d277b0214aa1306356db586e77 (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.rs1
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;