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: 8315fd8670e4
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 6e3c91638838
Choose a head ref
  • 3 commits
  • 12 files changed
  • 2 contributors

Commits on Jun 29, 2015

  1. v8: cherry-pick JitCodeEvent patch from upstream

    Original commit log follows:
    
        Meaningful name for builtins in JitCodeEvent API.
    
        Report builtins by name (e.g. "Builtin:ArgumentsAdaptorTrampoline")
        instead of labeling everything "Builtin:A builtin from the snapshot"
    
        Review URL: https://codereview.chromium.org/1216833002
    
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    PR-URL: #25589
    bnoordhuis authored and Colin Ihrig committed Jun 29, 2015
    Copy the full SHA
    88a27a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 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
    hashseed authored and joaocgreis committed Jun 30, 2015
    Copy the full SHA
    20d5384 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
    hashseed authored and joaocgreis committed Jun 30, 2015
    Copy the full SHA
    6e3c916 View commit details
    Browse the repository at this point in the history