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

vm: fix produceCachedData #5343

Closed
wants to merge 2 commits into from
Closed

vm: fix produceCachedData #5343

wants to merge 2 commits into from

Commits on Feb 21, 2016

  1. vm: fix produceCachedData

    Fix segmentation faults when compiling the same code with
    `produceCachedData` option. V8 ignores the option when the code is in its
    compilation cache and does not return cached data. Added
    `cachedDataProduced` property to `v8.Script` to denote whether the cached
    data is produced successfully.
    jray319 committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    81861f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ca4092 View commit details
    Browse the repository at this point in the history