-
Notifications
You must be signed in to change notification settings - Fork 3.9k
cannon: allocator preheap instrumentation [rebased from ec2#2] #16030
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
Merged
Inphi
merged 60 commits into
ethereum-optimism:develop
from
ChainSafe:ec2/alloc-preheap
Aug 18, 2025
Merged
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
95c36ef
Abstract the Merkle representation
ec2 86ec0d5
Implement asterisc's MPT
ec2 9058d7e
migrate tests for mpt
ec2 161dc8d
migrate tests for mpt
ec2 c97d345
copied benchmarks from asterisc
ec2 cf19a8a
fix failed merge
ec2 78d5295
Merge branch 'develop' into ec2/mem-abstraction
ec2 68af153
Merge branch 'develop' into ec2/mem-abstraction
ec2 7618e79
Avoid pagelookup twice during setword invalidation
ec2 bf5a7c5
use uints
ec2 a0dd029
hashpool
ec2 08078ac
alloc pages upfront
ec2 9598042
remove clutter
ec2 34175c2
fix
ec2 b595708
gomallocregion
ec2 b7b7898
more readable mapped regions
ec2 8d5f0ed
Merge branch 'develop' into ec2/mem-abstraction
ec2 3260de5
fix state json codec test
ec2 28b1b61
fix for singlethread too
ec2 4c4b15c
fix op-challenger test
ec2 8e69dec
Merge branch 'develop' into ec2/mem-abstraction
ec2 f9cece4
Remove MPT implementation
ec2 c4e518f
address comments
ec2 8cc8fe0
fix benchmark
ec2 070f132
Use uint64 and also reuse hasher and buffers
ec2 795e741
Merge branch 'ec2/bitlist' into ec2/alloc-preheap
ec2 892f91a
clean
ec2 ef422bb
clean up some
ec2 9ec5408
fix range
ec2 122a406
Merge branch 'develop' into ec2/alloc-preheap
ec2 89983c0
Merge branch 'develop' into ec2/alloc-preheap
ec2 8b24058
Merge branch 'develop' into ec2/alloc-preheap
ec2 1c8b967
Merge branch 'ec2/alloc-preheap' of https://github.com/ChainSafe/opti…
salindne 2a19b22
Address reviewer feedback: clarify region bounds and add instruction …
salindne 2d6d659
Revert "Address reviewer feedback: clarify region bounds and add inst…
salindne 22a3fd7
Clarify region bounds and add fallback to memory decode if PC exceeds…
salindne 2965ca1
Update cannon/mipsevm/multithreaded/mips.go
salindne 05b870f
fixed size of preheap cache for binaryTreeMemory
salindne d311e21
slice out of bounds fixed in GetWord and AllocPage, pagetest syntax fix
salindne e243074
fix program heap initialization for binary tree
salindne 0b843b5
Merge remote-tracking branch 'origin/develop' into ec2/alloc-preheap
salindne ea7f805
moved cache decoded from instrumented state declaration to doMipsStep
salindne 3773910
added default and set region map size to newMemory
salindne 7d86885
added 4096 byte memory region option to all testing cases using VMFac…
salindne a0e4f05
clean up
salindne 47a7166
cache_decode to be initialize on first mipstep only for single step …
salindne f27ab39
added heap region sizing for unit/fuzz tests
salindne 851c834
Revert " cache_decode to be initialize on first mipstep only for sing…
salindne 43f5bf1
cache allocation in instrumentedState initialization, catch for stale…
salindne 49f4d96
remove unit test logic from domipstep and added helper for cache upda…
salindne a9536d0
merge with current develop
salindne 86e6177
update multithreaded test
salindne 4aaf304
merge fuzz test migrations
salindne 98ae85b
merge migration changes from develop
salindne 25b4751
some test step boundaries in instrumented_test needed to be slightly …
salindne 11b2176
small changes to step count and mismatch error vs string fault
salindne d4f430a
cannon: Use tiny i-cache by default
Inphi 5ce1a09
op-e2e: Limit max parallelism for fp tests
Inphi 7707d32
increase parallelism
Inphi ce9dc7e
Merge pull request #10 from ethereum-optimism/inphi/ec2/alloc-preheap
salindne 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.
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.