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

Issue 113094: X64: Changed TickSample to hold pointer-sized values for registers. (Closed)

Created:
11 years, 7 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

X64: Changed TickSample to hold pointer-sized values for registers.

Patch Set 1 #

Total comments: 10
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -6 lines) Patch
M src/log.cc View 1 chunk +2 lines, -2 lines 4 comments Download
M src/platform.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/platform-linux.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/platform-win32.cc View 1 chunk +7 lines, -0 lines 6 comments Download

Messages

Total messages: 8 (0 generated)
Lasse Reichstein
QUick review of TickSample fix.
11 years, 7 months ago (2009-05-07 08:12:39 UTC) #1
Dean McNamee
I don't know much about how our tick stuff works, but I imagine all of ...
11 years, 7 months ago (2009-05-07 08:34:08 UTC) #2
Søren Thygesen Gjesse
LGTM with the %p issues addressed (which also affects http://codereview.chromium.org/114010).
11 years, 7 months ago (2009-05-07 08:42:25 UTC) #3
Lasse Reichstein
I added macro for our the pointer format om the other changelist. I'll use it ...
11 years, 7 months ago (2009-05-07 09:06:00 UTC) #4
Dean McNamee
http://codereview.chromium.org/113094/diff/1/4 File src/platform-win32.cc (right): http://codereview.chromium.org/113094/diff/1/4#newcode1778 Line 1778: #if V8_HOST_ARCH_64_BIT On 2009/05/07 09:06:01, Lasse Reichstein wrote: ...
11 years, 7 months ago (2009-05-07 09:19:06 UTC) #5
Lasse Reichstein
And yes, the tick processor will need change in order to work in 64-bit mode. ...
11 years, 7 months ago (2009-05-07 09:21:40 UTC) #6
William Hesse
http://codereview.chromium.org/113094/diff/1/4 File src/platform-win32.cc (right): http://codereview.chromium.org/113094/diff/1/4#newcode1779 Line 1779: UNIMPLEMENTED(); Shouldn't UNIMPLEMENTED() be removed, if this code ...
11 years, 7 months ago (2009-05-07 09:27:50 UTC) #7
Lasse Reichstein
11 years, 7 months ago (2009-05-12 08:17:20 UTC) #8
http://codereview.chromium.org/113094/diff/1/4
File src/platform-win32.cc (right):

http://codereview.chromium.org/113094/diff/1/4#newcode1778
Line 1778: #if V8_HOST_ARCH_64_BIT
Done.

Powered by Google App Engine
This is Rietveld 408576698