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

Unified Diff: src/frames.cc

Issue 16578008: Improved function entry hook coverage (Closed) Base URL: https://chromium.googlesource.com/external/v8.git@post_fix
Patch Set: WIP: Fix X64 implementation. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/frames.cc
diff --git a/src/frames.cc b/src/frames.cc
index 53f510849ec0cd3ebb13e4397c1477637d7eebd7..e7d4c18007076529cd0d18a38e28b9000793a95b 100644
--- a/src/frames.cc
+++ b/src/frames.cc
@@ -43,7 +43,7 @@ namespace v8 {
namespace internal {
-static ReturnAddressLocationResolver return_address_location_resolver = NULL;
+ReturnAddressLocationResolver return_address_location_resolver = NULL;
danno 2013/06/13 15:33:44 Shouldn't this also be isolate based now?
Sigurður Ásgeirsson 2013/06/19 20:51:51 Sadly no. The instrumentation and profiler are per
// Resolves pc_address through the resolution address function if one is set.

Powered by Google App Engine
This is Rietveld 408576698