We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1d05c commit a4a1234Copy full SHA for a4a1234
1 file changed
zjit/src/hir.rs
@@ -1578,7 +1578,7 @@ impl Insn {
1578
Insn::IncrCounter(_) => Effect::read_write(abstract_heaps::Empty, abstract_heaps::Other),
1579
Insn::IncrCounterPtr { .. } => Effect::read_write(abstract_heaps::Empty, abstract_heaps::Other),
1580
Insn::CheckInterrupts { .. } => Effect::read_write(abstract_heaps::InterruptFlag, abstract_heaps::Control),
1581
- Insn::Profile { .. } => Effect::read_write(abstract_heaps::Empty, abstract_heaps::Other),
+ Insn::Profile { .. } => effects::Memory,
1582
Insn::InvokeProc { .. } => effects::Any,
1583
Insn::RefineType { .. } => effects::Empty,
1584
Insn::HasType { expected, .. }
0 commit comments