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

Issue 16154004: Fix two CPU profiler tests on ARM and MIPS simulators (Closed)

Created:
7 years, 6 months ago by yurys
Modified:
7 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix two CPU profiler tests on ARM and MIPS simulators Use Simulator::get_pc instead of Simulator::get_register(pc) as the latter will return value adjusted by Instruction::kPCReadOffset. BUG=v8:2628 R=loislo@chromium.org, svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=14880

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -22 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/sampler.cc View 3 chunks +6 lines, -12 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +0 lines, -9 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
yurys
7 years, 6 months ago (2013-05-29 08:32:02 UTC) #1
loislo
lgtm
7 years, 6 months ago (2013-05-29 08:39:52 UTC) #2
Sven Panne
LGTM, too. Please wait with landing until our bots are greener...
7 years, 6 months ago (2013-05-29 08:42:34 UTC) #3
yurys
On 2013/05/29 08:42:34, Sven Panne wrote: > LGTM, too. Please wait with landing until our ...
7 years, 6 months ago (2013-05-29 08:43:59 UTC) #4
yurys
7 years, 6 months ago (2013-05-29 12:09:14 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r14880 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698