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

feat(vm): Fast VM integration #1949

Merged
merged 128 commits into from
Aug 9, 2024
Merged

feat(vm): Fast VM integration #1949

merged 128 commits into from
Aug 9, 2024

Conversation

joonazan
Copy link
Contributor

@joonazan joonazan commented May 15, 2024

What ❔

Integrates the new VM into server codebase:

  • Allows to run the new VM in the state keeper / batch executor (but not the API server sandbox). The new VM is disabled by default everywhere and requires an explicit opt-in.
  • Introduces the new component, VM playground, to test the new VM.
  • Runs the load test with the new VM in CI.

Why ❔

New VM is several times more efficient as per preliminary benchmarks and is easier to maintain.

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Code has been formatted via zk fmt and zk lint.

slowli and others added 2 commits August 7, 2024 12:52
…re-branch-into-main

chore(vm): Update VM revision and TODOs
@slowli slowli marked this pull request as ready for review August 8, 2024 06:08
@slowli slowli requested a review from a team as a code owner August 8, 2024 06:08
@slowli slowli changed the title feat: VM2 integration feat(vm): Fast VM integration Aug 8, 2024
slowli and others added 2 commits August 8, 2024 18:03
## What ❔

- Allows running the new VM in the state keeper.
- Adds a CI load test with the new VM.

## Why ❔

Allows to monitor new VM performance regressions.
Copy link
Contributor

github-actions bot commented Aug 9, 2024

Detected VM performance changes

Benchmark name change in estimated runtime change in number of opcodes executed
call_far -44.5% -320208 (-100.0%)
decode_shl_sub -92.1% -4748033 (-100.0%)
deploy_simple_contract +51.4% -16872 (-100.0%)
finish_eventful_frames +66.5% -786848 (-100.0%)
event_spam -60.3% -2670258 (-100.0%)
write_and_decode -90.9% -4748952 (-100.0%)
slot_hash_collision -91.2% -4748952 (-100.0%)
access_memory -89.2% -4747939 (-100.0%)

Changes in number of opcodes executed indicate that the gas price of the benchmark has changed, which causes it run out of gas at a different time. Or that it is behaving completely differently.

Copy link
Contributor

@slowli slowli left a comment

Choose a reason for hiding this comment

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

I'm obviously biased here, but this PR looks ready to merge for me. Risks are (probably) mitigated by making the new VM strictly opt-in.

Copy link
Contributor

@yorik yorik left a comment

Choose a reason for hiding this comment

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

Approve for CI

@slowli slowli added this pull request to the merge queue Aug 9, 2024
Merged via the queue into main with commit b752a54 Aug 9, 2024
55 checks passed
@slowli slowli deleted the jms-vm2 branch August 9, 2024 12:48
github-merge-queue bot pushed a commit that referenced this pull request Aug 13, 2024
🤖 I have created a release *beep* *boop*
---


##
[24.17.0](core-v24.16.0...core-v24.17.0)
(2024-08-13)


### Features

* Allow tracking l2 fees for L2-based chains
([#2563](#2563))
([e3f7804](e3f7804))
* Remove old EN code
([#2595](#2595))
([8d31ebc](8d31ebc))
* **tee:** introduce get_tee_proofs RPC method for TEE proofs
([#2474](#2474))
([d40ff5f](d40ff5f))
* **vm:** Fast VM integration
([#1949](#1949))
([b752a54](b752a54))


### Bug Fixes

* query for prover API
([#2628](#2628))
([b8609eb](b8609eb))
* **vm:** Fix missing experimental VM config
([#2629](#2629))
([e07a39d](e07a39d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: zksync-era-bot <zksync-era-bot@users.noreply.github.com>
github-merge-queue bot pushed a commit that referenced this pull request Aug 16, 2024
🤖 I have created a release *beep* *boop*
---


##
[16.4.0](prover-v16.3.0...prover-v16.4.0)
(2024-08-16)


### Features

* Bump harness & gpu deps
([#2634](#2634))
([2a7d566](2a7d566))
* Poll the main node API for attestation status - relaxed (BFT-496)
([#2583](#2583))
([b45aa91](b45aa91))
* **vlog:** Report observability config, flush, and shutdown
([#2622](#2622))
([e23e661](e23e661))
* **vm:** Extract VM interface to separate crate
([#2638](#2638))
([cb9ac4e](cb9ac4e))
* **vm:** Fast VM integration
([#1949](#1949))
([b752a54](b752a54))


### Bug Fixes

* Bump prover dependencies & rust toolchain
([#2600](#2600))
([849c6a5](849c6a5))
* **prover:** Fix NWG
([#2590](#2590))
([9b58ae9](9b58ae9))
* **prover:** Updated README.md
([#2604](#2604))
([be9f357](be9f357))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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.

4 participants