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

Chore: add v8-compile-cache to speed up instantiation time #11921

Merged
merged 3 commits into from Jul 3, 2019

Commits on Jun 29, 2019

  1. Chore: add v8-compile-cache to speed up instantiation time

    v8-compile-cache attaches a require hook to use V8's code cache to speed up instantiation time.
    The "code cache" is the work of parsing and compiling done by V8.
    aladdin-add committed Jun 29, 2019
    Copy the full SHA
    8cd7adc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    60ccfa2 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Update api.js

    aladdin-add committed Jul 2, 2019
    Copy the full SHA
    8b10d3e View commit details
    Browse the repository at this point in the history