Skip to content
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

Make Baseline default, select Advanced with "advanced" flag #500

Merged
merged 2 commits into from
Aug 29, 2022

Conversation

chfast
Copy link
Member

@chfast chfast commented Aug 26, 2022

No description provided.

@codecov
Copy link

codecov bot commented Aug 26, 2022

Codecov Report

Merging #500 (73198c2) into master (7e95138) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #500      +/-   ##
==========================================
- Coverage   99.41%   99.41%   -0.01%     
==========================================
  Files          53       53              
  Lines        5271     5260      -11     
==========================================
- Hits         5240     5229      -11     
  Misses         31       31              
Flag Coverage Δ
consensus 77.86% <100.00%> (-0.10%) ⬇️
statetests 7.58% <42.85%> (-0.08%) ⬇️
unittests 99.55% <100.00%> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
test/unittests/evm_fixture.cpp 88.88% <ø> (ø)
lib/evmone/vm.cpp 100.00% <100.00%> (ø)
test/unittests/evmone_test.cpp 100.00% <100.00%> (ø)
test/unittests/tracing_test.cpp 100.00% <100.00%> (ø)

@@ -31,12 +36,6 @@ The codebase of _evmone_ is optimized to provide fast and efficient execution of
and applied once per block during execution.
3. Performs extensive and expensive bytecode analysis before execution.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Specify we need the advanced flag in order to enable the Advanced interpreter (?)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I forgot to add it in the second commit. Good now?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@chfast chfast merged commit 72b2dee into master Aug 29, 2022
@chfast chfast deleted the vm_options branch August 29, 2022 15:16
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.

3 participants