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: 3facd4e1dc45
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 146b2e267b53
Choose a head ref
  • 2 commits
  • 10 files changed
  • 1 contributor

Commits on Nov 8, 2013

  1. src: remove container_of, use CONTAINER_OF

    CONTAINER_OF was introduced a while ago but was not used consistently
    everywhere yet.  This commit fixes that.
    
    Why CONTAINER_OF instead of container_of?  The former makes it crystal
    clear that it's a macro, not a function.
    bnoordhuis committed Nov 8, 2013
    Copy the full SHA
    0619467 View commit details
    Browse the repository at this point in the history
  2. build: make v8 use random seed for hash tables

    Upstream V8 as of commit v8/v8@4bc70e8 uses a fixed seed of 314159265
    for hash tables unless instructed otherwise.  Tell V8 to keep using a
    random seed.
    bnoordhuis committed Nov 8, 2013
    Copy the full SHA
    146b2e2 View commit details
    Browse the repository at this point in the history