silkworm icon indicating copy to clipboard operation
silkworm copied to clipboard

Use code analysis cache also for code cache

Open chfast opened this issue 1 year ago • 1 comments

The CodeAnalysis cache (EVM::analysis_cache) can be also used for accounts' code cache because the CodeAnalysis object contains the code itself. The API is improved in #2370.

chfast avatar Sep 30 '24 12:09 chfast