Skip to content

Commit

Permalink
Avoid printing GetById JIT comment twice
Browse files Browse the repository at this point in the history
Summary:
We currently print this on entry to `getByIdImpl`, and then again before
emitting the slow path. This can make looking at the output pretty
confusing.

Reviewed By: dannysu

Differential Revision: D70270441

fbshipit-source-id: 9c7339367e3187f17166d0e7c48820765920d657
  • Loading branch information
neildhar authored and facebook-github-bot committed Mar 1, 2025
1 parent 00c0f0b commit ad8dc3e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/VM/JIT/arm64/JitEmitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3293,14 +3293,6 @@ void Emitter::getByIdImpl(
hwRes = getOrAllocFRInAnyReg(frRes, false, HWReg::gpX(0));
}

comment(
"// %s r%u, r%u, cache %u, symID %u",
name,
frRes.index(),
frSource.index(),
cacheIdx,
symID);

a.mov(a64::x0, xRuntime);
loadFrameAddr(a64::x1, frSource);
a.mov(a64::w2, symID);
Expand Down

0 comments on commit ad8dc3e

Please sign in to comment.