mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
ZJIT: Mark profiled objects when marking ISEQ (#13784)
This commit is contained in:
parent
1df94aaf08
commit
f5085c70f2
16 changed files with 128 additions and 61 deletions
|
@ -4,7 +4,7 @@ use std::num::NonZeroU32;
|
|||
|
||||
use crate::backend::current::{Reg, ALLOC_REGS};
|
||||
use crate::invariants::track_bop_assumption;
|
||||
use crate::profile::get_or_create_iseq_payload;
|
||||
use crate::gc::get_or_create_iseq_payload;
|
||||
use crate::state::ZJITState;
|
||||
use crate::{asm::CodeBlock, cruby::*, options::debug, virtualmem::CodePtr};
|
||||
use crate::backend::lir::{self, asm_comment, Assembler, Opnd, Target, CFP, C_ARG_OPNDS, C_RET_OPND, EC, NATIVE_STACK_PTR, SP};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue