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

Issue 329007: Windows: Change test to not assume ebp is frame-pointer. (Closed)

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

Description

Windows: Change test to not assume ebp is frame-pointer.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -9 lines) Patch
M test/cctest/test-log-stack-tracer.cc View 2 chunks +8 lines, -9 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
Hi Mikhail I changed test-log-stack-tracer.cc/CFuncDoTrace to also work in Win64. Could you check if it ...
11 years, 2 months ago (2009-10-23 11:52:56 UTC) #1
mnaganov (inactive)
11 years, 2 months ago (2009-10-23 13:58:02 UTC) #2
LGTM

Hi Lasse,

This test is primarily intended for debug build, where FPO optimization is not
used. For a release build, it is still worth to check that sampler would not
crash being applied to a random memory fragment. So your change is pretty OK.
Thanks!

Powered by Google App Engine
This is Rietveld 408576698