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: 5d0816bf3e5f^
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 7788a6bf85d9
Choose a head ref
  • 7 commits
  • 25 files changed
  • 1 contributor

Commits on Jan 7, 2013

  1. src: make node_isolate global

    V8 3.15 has new API functions that let you specify the Isolate. V8 and
    node.js generally spend 0.5-3.5% of the time in pthread_getspecific(),
    looking up the current Isolate. Avoid that overhead by making "our"
    isolate global so we can pass it around. The change to the new API is
    introduced in follow-up commits.
    bnoordhuis committed Jan 7, 2013
    Copy the full SHA
    5d0816b View commit details
    Browse the repository at this point in the history
  2. 2
    Copy the full SHA
    412b3ce View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6573fc3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    01c3d0a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    109f73b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c7d7ae1 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    7788a6b View commit details
    Browse the repository at this point in the history