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

Issue 212723003: MSan does not understand inline asm. This change preinitializes cpuid (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 does not understand inline asm. This change preinitializes cpuid results, and disables the use of stos. Random mmap() addresses conflict with sanitizer memory layout. R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20400

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -4 lines) Patch
M src/atomicops_internals_x86_gcc.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/platform-posix.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/v8utils.h View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
eugenis
6 years, 9 months ago (2014-03-26 12:48:19 UTC) #1
Jakob Kummerow
LGTM, I'll land.
6 years, 8 months ago (2014-04-01 12:13:12 UTC) #2
eugenis
On 2014/04/01 12:13:12, Jakob wrote: > LGTM, I'll land. Awesome, thanks!
6 years, 8 months ago (2014-04-01 12:28:00 UTC) #3
Jakob Kummerow
6 years, 8 months ago (2014-04-01 12:48:41 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r20400 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698