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

Unified Diff: src/globals.h

Issue 1993653003: Initial support for emitting unwinding information in perf jitdump. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase. Created 4 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/globals.h
diff --git a/src/globals.h b/src/globals.h
index d23b2e3c3bfaaa7ca91c9ea1c19d4eac6f3b37a9..468ac8dce1065b6aa4f57639f01b675a56801a11 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -554,6 +554,8 @@ struct CodeDesc {
int reloc_size;
int constant_pool_size;
Assembler* origin;
+ byte* unwinding_info;
+ int unwinding_info_size;
rmcilroy 2016/06/21 13:47:43 nit - move above Assembler* origin
Stefano Sanfilippo 2016/06/23 15:23:43 Done.
};

Powered by Google App Engine
This is Rietveld 408576698