Skip to content
This repository has been archived by the owner on May 4, 2018. 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: joyent/libuv
base: 3399d7b93831
Choose a base ref
...
head repository: joyent/libuv
compare: c82e7033a5d6
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 13, 2013

  1. darwin: create fsevents thread on demand

    * Move CF run loop code to fsevents.c.
    
    * Create the fsevents thread on demand rather than at startup.
    
    * Remove use of ACCESS_ONCE. All accesses to loop->cf_loop are
      protected by full memory barriers so no reordering can take place.
    
    Fixes #872.
    bnoordhuis committed Aug 13, 2013
    Copy the full SHA
    06c4fa6 View commit details
    Browse the repository at this point in the history
  2. darwin: reduce fsevents thread stack size

    The fsevents watcher thread only needs a minimal amount of stack space
    in order to run. Restrict its stack size so there's more address space
    left for the libuv user.
    bnoordhuis committed Aug 13, 2013
    Copy the full SHA
    c82e703 View commit details
    Browse the repository at this point in the history