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

buffer: fix performance regression #8754

Merged
merged 1 commit into from
Sep 26, 2016
Merged

Commits on Sep 23, 2016

  1. buffer: fix performance regression

    V8 5.4 changed the way that the default constructor of derived classes
    is called. It introduced a significant performance regression in the
    buffer module for the creation of pooled buffers. This commit forces the
    definition back to how it was.
    
    Ref: https://bugs.chromium.org/p/v8/issues/detail?id=4890
    targos committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    e8a70bd View commit details
    Browse the repository at this point in the history