-
Notifications
You must be signed in to change notification settings - Fork 710
cache EXTCODESIZE by code hash #10417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 15 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
f90ae86
perf(evm): optimize extcodesize handling
kamilchodola 4eff00a
perf(evm): reuse extcode cache for extcodehash/copy
kamilchodola dc7833f
perf(evm): rename extcode cache and make size configurable
kamilchodola 3325ebf
perf(evm): scope extcode cache per block
kamilchodola bd8098c
Merge branch 'kch/gas-benchmarks-bdn' into perf/extcodesize-cache-bdn
kamilchodola 44c4e48
Revert "Merge branch 'kch/gas-benchmarks-bdn' into perf/extcodesize-c…
kamilchodola a348e35
port non-benchmark runtime changes from bdn merge
kamilchodola a0a0b19
perf(evm): integrate hash-aware code info path for extcode cache
kamilchodola 70b3b01
merge master (#10563)
kamilchodola eb0f4cf
Merge branch 'perf/extcodesize-cache' of https://github.com/Nethermin…
kamilchodola a9439f5
Merge remote-tracking branch 'origin/master' into perf/extcodesize-cache
kamilchodola 4563cdd
fix: refresh full extcode cache entries for existing keys
kamilchodola 68ad590
refactor: unify extcode cache resolution and override lookups
kamilchodola afcd509
Update src/Nethermind/Nethermind.Evm/VirtualMachine.ExtCodeCache.cs
kamilchodola 94d449f
Merge branch 'master' into perf/extcodesize-cache
kamilchodola 3ea784d
Merge branch 'master' into perf/extcodesize-cache
kamilchodola 8837549
Merge branch 'master' into perf/extcodesize-cache
kamilchodola 277a6f7
refactor: address PR review comments
kamilchodola 9e85a89
Merge branch 'master' into perf/extcodesize-cache
smartprogrammer93 127acf8
Merge remote-tracking branch 'origin/master' into codex/update-pr-10417
kamilchodola f37a4b2
Merge remote-tracking branch 'origin/master' into codex/update-pr-10417
kamilchodola File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.