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: 9aab5d483794
Choose a base ref
...
head repository: joyent/libuv
compare: 8e3e60ffbf20
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 12, 2013

  1. build: fix host/target arch detection

    Setting the target_arch without setting the host_arch as well was
    effectively broken.
    bnoordhuis committed Jan 12, 2013
    Copy the full SHA
    9cd9bd3 View commit details
    Browse the repository at this point in the history
  2. linux: only pack struct uv__epoll_event on x86_64

    On i386, it does not need packing; it's 12 bytes packed or unpacked.
    
    On ARM, it's actively harmful: the struct is 12 bytes when packed and
    16 bytes when unpacked.
    bnoordhuis committed Jan 12, 2013
    Copy the full SHA
    8e3e60f View commit details
    Browse the repository at this point in the history