You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inlined code should be assigned the same line
number as the code it is replacing (the same line
number as the call itself). the argument can be
made that it should have its original line number,
but i've always found that very confusing, we're
inlining small enough pieces that the call is clear,
and it will be easiest on tools that assume that
all the PCs in a function are in a single file.
right now the substituted code appears to have some
other line number entirely, resulting in very strange
source bounds when disassembling code using the
pprof disasm command.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: