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

Unified Diff: src/compiler/typer.h

Issue 1409763004: [types] Use the TypeCache consistently for common types. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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-typed-lowering.cc ('k') | src/compiler/typer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/typer.h
diff --git a/src/compiler/typer.h b/src/compiler/typer.h
index 5d005476992c418eef3a5df4a48e45c4ddb632ba..3b9b31b77f29422db79691f83866d3db8e6d3cd7 100644
--- a/src/compiler/typer.h
+++ b/src/compiler/typer.h
@@ -14,7 +14,7 @@ namespace internal {
// Forward declarations.
class CompilationDependencies;
-class ZoneTypeCache;
+class TypeCache;
namespace compiler {
@@ -54,7 +54,7 @@ class Typer {
CompilationDependencies* const dependencies_;
Type::FunctionType* function_type_;
Decorator* decorator_;
- ZoneTypeCache const& cache_;
+ TypeCache const& cache_;
Type* singleton_false_;
Type* singleton_true_;
« no previous file with comments | « src/compiler/js-typed-lowering.cc ('k') | src/compiler/typer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698