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

Issue 6271008: Make V8 more Valgrind-friendly. (Closed)

Created:
9 years, 11 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Make V8 more Valgrind-friendly. While we don't have to flush icache on Intel CPUs when we patch code we still have to call CPU::FlushICache() to notify Valgrind otherwise Valgrind will run incorrect translations which will lead to strange crashes. Committed: http://code.google.com/p/v8/source/detail?r=6391

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -0 lines) Patch
M src/ia32/assembler-ia32-inl.h View 5 chunks +10 lines, -0 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 7 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 11 months ago (2011-01-19 10:38:38 UTC) #1
Mads Ager (chromium)
9 years, 11 months ago (2011-01-19 10:49:20 UTC) #2
LGTM, thanks!

Powered by Google App Engine
This is Rietveld 408576698