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

Unified Diff: src/compiler/js-operator.h

Issue 680313003: Move input/output counts directly into Operators, simplying OperatorProperties. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: yes Created 6 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/js-inlining.cc ('k') | src/compiler/js-operator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/js-operator.h
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
index 4927ce56f386cf57b5e9ee0f8efca9423c7cc502..ad3277fbad7dfbb8de63ea284b6d23cd3b729314 100644
--- a/src/compiler/js-operator.h
+++ b/src/compiler/js-operator.h
@@ -14,7 +14,7 @@ namespace compiler {
// Forward declarations.
class Operator;
-struct JSOperatorBuilderImpl;
+struct JSOperatorGlobalCache;
// Defines the arity and the call flags for a JavaScript function call. This is
@@ -264,7 +264,7 @@ class JSOperatorBuilder FINAL : public ZoneObject {
private:
Zone* zone() const { return zone_; }
- const JSOperatorBuilderImpl& impl_;
+ const JSOperatorGlobalCache& cache_;
Zone* const zone_;
DISALLOW_COPY_AND_ASSIGN(JSOperatorBuilder);
« no previous file with comments | « src/compiler/js-inlining.cc ('k') | src/compiler/js-operator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698