1. Jul 26, 2012
  2. Jul 25, 2012
  3. Jul 23, 2012
  4. Jul 22, 2012
  5. Jul 21, 2012
  6. Jul 20, 2012
  7. Jul 19, 2012
    • Ben Noordhuis's avatar
      build: link with -rdynamic, not -Wl,--export-dynamic · 5a5e1281
      Ben Noordhuis authored
      The system linker on SunOS doesn't understand --export-dynamic.
      5a5e1281
    • Ben Noordhuis's avatar
      build: fix mksnapshot crash on sunos · 98b1ce91
      Ben Noordhuis authored
      Unconditionally compile V8 with -fno-strict-aliasing on all platforms.
      
      gcc 4.5.2 on sunos generates bad code when -fstrict-aliasing is enabled, which
      undoubtedly means that there are more buggy versions of gcc out there.
      
      -fstrict-aliasing does not give a significant performance boost so let's just
      disable it.
      
      Fixes #3736.
      98b1ce91
  8. Jul 18, 2012