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: 0459a230631f
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 93591a2a8832
Choose a head ref
  • 3 commits
  • 19 files changed
  • 2 contributors

Commits on Jan 4, 2013

  1. v8: update to 3.15.11.5

    indutny committed Jan 4, 2013
    Copy the full SHA
    0054264 View commit details
    Browse the repository at this point in the history
  2. object_wrap: add missing HandleScope

    by Sven Panne's suggestion, see [0] for details.
    
    [0]: https://code.google.com/p/v8/issues/detail?id=2468
    indutny committed Jan 4, 2013
    4
    Copy the full SHA
    97056c0 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 7b4d95a introduced the switches again, resulting in V8 getting
    built without any optimizations.
    
    This commit is essentially a rehash of commit 4b8629d.
    bnoordhuis authored and indutny committed Jan 4, 2013
    Copy the full SHA
    93591a2 View commit details
    Browse the repository at this point in the history