Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Issue 131393002: Fixed alignment issues of ProfilerEventsProcessor. (Closed)

Created:
6 years, 11 months ago by Sven Panne
Modified:
6 years, 11 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Visibility:
Public.

Description

Fixed alignment issues of ProfilerEventsProcessor. R=bmeurer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18526

Patch Set 1 #

Total comments: 9

Patch Set 2 : Feedback. Bionic fixes. #

Patch Set 3 : Removed incorrect silencing of warnings. #

Patch Set 4 : Mac fixes. #

Patch Set 5 : Simplified. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -10 lines) Patch
M src/allocation.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/allocation.cc View 1 2 3 4 2 chunks +33 lines, -0 lines 0 comments Download
M src/cpu-profiler.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/cpu-profiler.cc View 1 2 2 chunks +10 lines, -10 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Sven Panne
6 years, 11 months ago (2014-01-09 10:29:10 UTC) #1
Benedikt Meurer
First round of comments. https://codereview.chromium.org/131393002/diff/1/src/allocation.cc File src/allocation.cc (right): https://codereview.chromium.org/131393002/diff/1/src/allocation.cc#newcode35 src/allocation.cc:35: #if V8_CC_MSVC What about Cygwin? ...
6 years, 11 months ago (2014-01-09 10:42:52 UTC) #2
Sven Panne
New version with Bionic fixes + incorporated feedback. Furthermore, AlignedMalloc has been renamed to AlignedAlloc, ...
6 years, 11 months ago (2014-01-09 12:04:19 UTC) #3
Sven Panne
New version with Bionic fixes + incorporated feedback. Furthermore, AlignedMalloc has been renamed to AlignedAlloc, ...
6 years, 11 months ago (2014-01-09 12:04:19 UTC) #4
Benedikt Meurer
As discussed offline: Just check for V8_OS_WIN32 and use _aligned_malloc(), otherwise if V8_LIBC_BIONIC then include ...
6 years, 11 months ago (2014-01-10 09:31:19 UTC) #5
Benedikt Meurer
LGTM
6 years, 11 months ago (2014-01-10 09:55:17 UTC) #6
Sven Panne
6 years, 11 months ago (2014-01-10 10:39:56 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 manually as r18526 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698