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

Unified Diff: src/compiler/tail-call-optimization.h

Issue 2416243002: Make unittests work in component build (Closed)
Patch Set: updates Created 4 years, 2 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/compiler/state-values-utils.h ('k') | src/compiler/typed-optimization.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/tail-call-optimization.h
diff --git a/src/compiler/tail-call-optimization.h b/src/compiler/tail-call-optimization.h
index b5d4f961fe52ebe5ee4f2f30b7b9e6780374c07f..d693f3694cd869a5cfe0ad6c8dd4c7b316e41608 100644
--- a/src/compiler/tail-call-optimization.h
+++ b/src/compiler/tail-call-optimization.h
@@ -6,6 +6,7 @@
#define V8_COMPILER_TAIL_CALL_OPTIMIZATION_H_
#include "src/compiler/graph-reducer.h"
+#include "src/globals.h"
namespace v8 {
namespace internal {
@@ -18,7 +19,7 @@ class Graph;
// Performs tail call optimization by replacing certain combinations of Return
// and Call nodes with a single TailCall.
-class TailCallOptimization final : public Reducer {
+class V8_EXPORT_PRIVATE TailCallOptimization final : public Reducer {
public:
TailCallOptimization(CommonOperatorBuilder* common, Graph* graph)
: common_(common), graph_(graph) {}
« no previous file with comments | « src/compiler/state-values-utils.h ('k') | src/compiler/typed-optimization.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698