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

Unified Diff: src/compiler/wasm-compiler.h

Issue 2110053002: [wasm] Cleanup AST decoder. Remove Tree and TreeResult. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
« no previous file with comments | « no previous file | src/wasm/ast-decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/wasm-compiler.h
diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h
index 34217cd0933e0a3fbc198cd4dbdc7e97fdd8a24d..bdc81521199e996c18c1245c0801d2fa88634c20 100644
--- a/src/compiler/wasm-compiler.h
+++ b/src/compiler/wasm-compiler.h
@@ -29,7 +29,7 @@ namespace wasm {
struct ModuleEnv;
struct WasmFunction;
class ErrorThrower;
-struct Tree;
+struct DecodeStruct;
// Expose {Node} and {Graph} opaquely as {wasm::TFNode} and {wasm::TFGraph}.
typedef compiler::Node TFNode;
@@ -72,7 +72,7 @@ class WasmCompilationUnit final {
CompilationInfo info_;
base::SmartPointer<CompilationJob> job_;
uint32_t index_;
- wasm::Result<wasm::Tree*> graph_construction_result_;
+ wasm::Result<wasm::DecodeStruct*> graph_construction_result_;
bool ok_;
};
« no previous file with comments | « no previous file | src/wasm/ast-decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698