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: 681cf8635a06
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 13ea50e92754
Choose a head ref
  • 2 commits
  • 11 files changed
  • 1 contributor

Commits on Jul 1, 2015

  1. V8: do not use wide reads in CopyCharsUnsigned

    Fixes segfault in 32bit SmartOS when built with GCC 4.9.
    
    This is the first of two backports from upstream v8:
    1. v8/v8@90dc5c9
    2. v8/v8@7cb82a7
    
    Original commit message:
    
      Do not use wide reads in CopyCharsUnsigned.
    
      R=jkummerow@chromium.org
      BUG=chromium:412967
      LOG=Y
    
      Review URL: https://codereview.chromium.org/566583002
    
      git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23876 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    
    V8 issue: https://code.google.com/p/chromium/issues/detail?id=412967
    
    Fixes #25281
    
    Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
    PR-URL: #25556
    hashseed authored and joaocgreis committed Jul 1, 2015
    Copy the full SHA
    48b0ca2 View commit details
    Browse the repository at this point in the history
  2. V8: remove V8_HOST_CAN_READ_UNALIGNED and its uses

    Fixes segfault in 32bit SmartOS when built with GCC 4.9.
    
    This is the second of two backports from upstream v8:
    1. v8/v8@90dc5c9
    2. v8/v8@7cb82a7
    
    Original commit message:
    
      Reland "Remove V8_HOST_CAN_READ_UNALIGNED and its uses."
    
      BUG=chromium:412967
      LOG=N
      R=jkummerow@chromium.org
    
      Review URL: https://codereview.chromium.org/571903002
    
      git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23938 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    
    V8 issue: https://code.google.com/p/chromium/issues/detail?id=412967
    
    Fixes #25281
    
    Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
    PR-URL: #25556
    hashseed authored and joaocgreis committed Jul 1, 2015
    Copy the full SHA
    13ea50e View commit details
    Browse the repository at this point in the history