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

Issue 212833002: [msan] Do not unpoison heap if running on simulator. (Closed)

Created:
6 years, 9 months ago by eugenis
Modified:
6 years, 8 months ago
Reviewers:
danno, Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

[msan] Do not unpoison heap if running on simulator. With the simulator, MSan detects all memory accesses from JIT code without the need for annotations. We'd like to keep the annotation in the native (w/o simulator) mode until we can move all MSan+V8 users to simulator mode. R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20399

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -5 lines) Patch
M src/msan.h View 2 chunks +6 lines, -4 lines 0 comments Download
M src/spaces.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
eugenis
6 years, 9 months ago (2014-03-26 12:44:30 UTC) #1
Jakob Kummerow
LGTM, I'll land.
6 years, 8 months ago (2014-04-01 12:09:25 UTC) #2
Jakob Kummerow
6 years, 8 months ago (2014-04-01 12:45:19 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r20399 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698