ethereumjs-monorepo icon indicating copy to clipboard operation
ethereumjs-monorepo copied to clipboard

VM: Performance Optimizations

Open holgerd77 opened this issue 4 years ago • 1 comments

This PR does some performance optimizations on the VM:

  • BNADD/BNMUL precompile input size restrictions before calling WASM module

TODO

holgerd77 avatar Nov 16 '21 11:11 holgerd77

Codecov Report

Merging #1570 (e807d59) into master (9d9c54e) will decrease coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

Flag Coverage Δ
block 84.96% <ø> (ø)
blockchain 85.08% <ø> (ø)
client 70.16% <ø> (ø)
common 100.00% <ø> (ø)
devp2p 82.89% <ø> (-0.14%) :arrow_down:
ethash ∅ <ø> (∅)
trie 86.09% <ø> (ø)
tx 87.44% <ø> (ø)
util 91.73% <ø> (ø)
vm 79.30% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

codecov[bot] avatar Nov 16 '21 11:11 codecov[bot]

Closing in favor of #2568 (replacement PR)

holgerd77 avatar Mar 06 '23 12:03 holgerd77