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

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: Rebase on master. Created 4 years, 5 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
« no previous file with comments | « src/arm64/eh-frame-arm64.cc ('k') | src/codegen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/codegen.h
diff --git a/src/codegen.h b/src/codegen.h
index 5fe55431aece67ac8cd25cd1fdf4fd38a29f6871..d0b67f1f45a936b845937a8b6437c36ef1f1eca9 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,
Handle<Object> self_reference);
« no previous file with comments | « src/arm64/eh-frame-arm64.cc ('k') | src/codegen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698