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

Unified Diff: src/codegen.h

Issue 2023503002: Reland Implement .eh_frame writer and disassembler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@eh-frame-base
Patch Set: Improve disassembler, get rid of PatchProcedureBoundariesInEhFrame. 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/codegen.h
diff --git a/src/codegen.h b/src/codegen.h
index 82962ad8026ab763f64ce95ff580e8d7de90467c..c49fd8825cabcb507772a64332dd4c4fa8e379d5 100644
--- a/src/codegen.h
+++ b/src/codegen.h
@@ -69,7 +69,7 @@ namespace internal {
class CompilationInfo;
-
+class EhFrameWriter;
class CodeGenerator {
public:
@@ -78,6 +78,7 @@ class CodeGenerator {
// Allocate and install the code.
static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm,
+ EhFrameWriter* unwinding,
CompilationInfo* info);
// Print the code after compiling it.

Powered by Google App Engine
This is Rietveld 408576698