Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 1a39380ab4cf
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: ccad4c7fbc16
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 26, 2013

  1. v8: Upgrade to 3.11.10.26

    isaacs committed Jun 26, 2013
    Copy the full SHA
    1111880 View commit details
    Browse the repository at this point in the history
  2. V8: Reapply patches

    isaacs committed Jun 26, 2013
    Copy the full SHA
    c86b381 View commit details
    Browse the repository at this point in the history
  3. v8: remove optimization switches

    Remove compiler switches from $(TOPLEVEL)/deps/v8/build/common.gypi, we set
    them globally in $(TOPLEVEL)/common.gypi.
    
    Commit 29d12c7 accidentally reintroduced the switches again. In particular,
    the 'cflags!': ['-O2','-Os'] section forced building V8 without any
    optimizations, resulting in a steep (~66%) performance drop on some benchmarks.
    
    Fixes #4191.
    bnoordhuis authored and isaacs committed Jun 26, 2013
    Copy the full SHA
    ca39767 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ccad4c7 View commit details
    Browse the repository at this point in the history