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

Issue 293133007: Guard against frames across pages, in the profiler. (Closed)

Created:
6 years, 7 months ago by Anders Johnsen
Modified:
6 years, 7 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Guard against frames across pages, in the profiler. On Windows, if a page is not touched yet by the stack's thread, the page may be a guard page. BUG= R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=36623

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -4 lines) Patch
M runtime/vm/profiler.cc View 1 2 chunks +14 lines, -3 lines 0 comments Download
M runtime/vm/thread_interrupter_win.cc View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Anders Johnsen
6 years, 7 months ago (2014-05-23 11:13:28 UTC) #1
Cutch
lgtm with #ifdef fix https://codereview.chromium.org/293133007/diff/1/runtime/vm/profiler.cc File runtime/vm/profiler.cc (right): https://codereview.chromium.org/293133007/diff/1/runtime/vm/profiler.cc#newcode1691 runtime/vm/profiler.cc:1691: const intptr_t gap = #ifdef ...
6 years, 7 months ago (2014-05-23 11:44:29 UTC) #2
Cutch
On 2014/05/23 11:44:29, Cutch wrote: > lgtm with #ifdef fix > > https://codereview.chromium.org/293133007/diff/1/runtime/vm/profiler.cc > File ...
6 years, 7 months ago (2014-05-26 06:16:44 UTC) #3
Anders Johnsen
PTAL https://codereview.chromium.org/293133007/diff/1/runtime/vm/profiler.cc File runtime/vm/profiler.cc (right): https://codereview.chromium.org/293133007/diff/1/runtime/vm/profiler.cc#newcode1691 runtime/vm/profiler.cc:1691: const intptr_t gap = On 2014/05/23 11:44:29, Cutch ...
6 years, 7 months ago (2014-05-26 08:27:55 UTC) #4
Cutch
lgtm conditional on stress testing :)
6 years, 7 months ago (2014-05-26 08:33:37 UTC) #5
Anders Johnsen
6 years, 7 months ago (2014-05-26 09:13:16 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r36623 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698