Skip to content

refactor(handler): share inspector execution flow#3715

Open
NithinPJ998 wants to merge 1 commit into
bluealloy:mainfrom
NithinPJ998:share-inspector-execution-flow
Open

refactor(handler): share inspector execution flow#3715
NithinPJ998 wants to merge 1 commit into
bluealloy:mainfrom
NithinPJ998:share-inspector-execution-flow

Conversation

@NithinPJ998

Copy link
Copy Markdown
Contributor

Summary

  • Add shared handler helpers for top-level execution, system calls, first-frame gas setup, and the frame loop.
  • Route InspectorHandler through those helpers while preserving inspector-specific frame hooks.
  • Keep the existing Handler and InspectorHandler default entry points intact so downstream implementations do not need to add new required trait methods.

@codspeed-hq

codspeed-hq Bot commented May 24, 2026

Copy link
Copy Markdown

Merging this PR will improve performance by 3.9%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 1 improved benchmark
✅ 175 untouched benchmarks
⏩ 1 skipped benchmark1

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation EXTCODECOPY_50 51.9 µs 49.9 µs +3.9%

Tip

Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.


Comparing NithinPJ998:share-inspector-execution-flow (9f3ec27) with main (69b54cc)

Open in CodSpeed

Footnotes

  1. 1 benchmark was skipped, so the baseline result was used instead. If it was deleted from the codebase, click here and archive it to remove it from the performance reports.

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.

1 participant