Skip to content

Comments

fix(inspector): remove redundant pc()/opcode() calls in step_end#3023

Merged
rakita merged 1 commit intobluealloy:mainfrom
VolodymyrBg:fix/tests-remove-noop-pc-opcode-calls
Sep 29, 2025
Merged

fix(inspector): remove redundant pc()/opcode() calls in step_end#3023
rakita merged 1 commit intobluealloy:mainfrom
VolodymyrBg:fix/tests-remove-noop-pc-opcode-calls

Conversation

@VolodymyrBg
Copy link
Contributor

Remove two no-op calls to interp.bytecode.pc() and interp.bytecode.opcode() in StackInspector::step_end test.
These getters are side-effect free; values are already captured in step(). Keeping them was misleading and unnecessary.

@codspeed-hq
Copy link

codspeed-hq bot commented Sep 29, 2025

CodSpeed Performance Report

Merging #3023 will not alter performance

Comparing VolodymyrBg:fix/tests-remove-noop-pc-opcode-calls (cf9c25b) with main (299cefd)

Summary

✅ 173 untouched

@rakita rakita merged commit 0fa3ded into bluealloy:main Sep 29, 2025
31 checks passed
@github-actions github-actions bot mentioned this pull request Oct 5, 2025
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