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

deps: upgrade to V8 4.9.385.35 #6077

Merged
merged 2 commits into from
Apr 7, 2016
Merged

Commits on Apr 7, 2016

  1. deps: upgrade to V8 4.9.385.35

    PR-URL: nodejs#6077
    Reviewed-By: Trevor Norris <[email protected]>
    bnoordhuis committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    3a8e823 View commit details
    Browse the repository at this point in the history
  2. build: remove -f{data,function}-sections flags

    We don't link with `--gc-sections` because it's unreliable with some
    toolchains, so all these flags do is make the compiler generate slightly
    worse code.  Drop them.
    
    Refs: nodejs#6056
    PR-URL: nodejs#6077
    Reviewed-By: Trevor Norris <[email protected]>
    bnoordhuis committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    71544c5 View commit details
    Browse the repository at this point in the history