Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Push first pass at SSA IR sketch
  • Loading branch information
maximecb authored and k0kubun committed Aug 29, 2022
1 parent a674b8d commit 45da697
Show file tree
Hide file tree
Showing 4 changed files with 1,166 additions and 4 deletions.
1 change: 0 additions & 1 deletion yjit/src/backend/ir.rs
Expand Up @@ -8,7 +8,6 @@ use crate::cruby::{VALUE};
use crate::virtualmem::{CodePtr};
use crate::asm::{CodeBlock, uimm_num_bits, imm_num_bits};
use crate::core::{Context, Type, TempMapping};
use crate::codegen::{JITState};

#[cfg(target_arch = "x86_64")]
use crate::backend::x86_64::*;
Expand Down

0 comments on commit 45da697

Please sign in to comment.