DescriptionMake global eval faster by lazily computing its call position.
Prior to 89d7bfda we always just collected the code offset and computed the
source position lazily. However, for local eval we already have the source
position ready, so we can just store that. For global eval we still have to
compute from the code offset. This CL changes the computation to be done only
on demand.
R=mstarzinger@chromium.org
BUG=chromium:604646
LOG=N
Committed: https://crrev.com/91e2bf6e37c32f9e0a3afacf155c77a4b704f087
Cr-Commit-Position: refs/heads/master@{#35630}
Patch Set 1 #
Total comments: 1
Messages
Total messages: 14 (4 generated)
|