Skip to content

Don't instrument pops in InstrumentLocals#2378

Merged
aheejin merged 1 commit intoWebAssembly:masterfrom
aheejin:no_instrument_pop
Oct 11, 2019
Merged

Don't instrument pops in InstrumentLocals#2378
aheejin merged 1 commit intoWebAssembly:masterfrom
aheejin:no_instrument_pop

Conversation

@aheejin
Copy link
Copy Markdown
Member

@aheejin aheejin commented Oct 11, 2019

pop is not a real instruction and automatically generated when reading
binary and deleted when writing binary, so this does not work with
instrumentation.

`pop` is not a real instruction and automatically generated when reading
binary and deleted when writing binary, so this does not work with
instrumentation.
@aheejin aheejin requested a review from kripken October 11, 2019 00:36
Copy link
Copy Markdown
Member

@kripken kripken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea, this does seem best.

@aheejin aheejin merged commit 4507ee5 into WebAssembly:master Oct 11, 2019
@aheejin aheejin deleted the no_instrument_pop branch October 11, 2019 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants