Partially annotate V8 for MemorySanitizer.
authordanno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 23 Oct 2013 08:39:15 +0000 (08:39 +0000)
committerdanno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 23 Oct 2013 08:39:15 +0000 (08:39 +0000)
commitc91fa18de981d8e1775d49e5ca4b06b1da03b93f
treecb5cb5c1de4d055c6de2bbb57fe7c69574963073
parenta26805d746c6ae4caddaff973efb0ba62fa4cd7d
Partially annotate V8 for MemorySanitizer.

This is a part of https://codereview.chromium.org/26006004/.
These changes are enough to run most apps that embed V8 (by additionally
ignoring all memory accesses from V8), but don't help testing V8 itself in any
way.

R=danno@chromium.org

Review URL: https://codereview.chromium.org/27471003

Patch from Evgeniy Stepanov <eugenis@chromium.org>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17331 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/msan.h [new file with mode: 0644]
src/spaces.cc