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

Unified Diff: vm/flow_graph_compiler_x64.h

Issue 11745022: - Make Boolean 'true' and 'false' singleton VM isolate objects. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 7 years, 12 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 | « vm/flow_graph_compiler_ia32.cc ('k') | vm/flow_graph_compiler_x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/flow_graph_compiler_x64.h
===================================================================
--- vm/flow_graph_compiler_x64.h (revision 16591)
+++ vm/flow_graph_compiler_x64.h (working copy)
@@ -207,8 +207,6 @@
void FinalizeComments(const Code& code);
void FinalizeStaticCallTargetsTable(const Code& code);
- const Bool& bool_true() const { return bool_true_; }
- const Bool& bool_false() const { return bool_false_; }
const Class& double_class() const { return double_class_; }
// Returns true if the compiled function has a finally clause.
@@ -345,8 +343,6 @@
// Set to true if optimized code has IC calls.
bool may_reoptimize_;
- const Bool& bool_true_;
- const Bool& bool_false_;
const Class& double_class_;
ParallelMoveResolver parallel_move_resolver_;
« no previous file with comments | « vm/flow_graph_compiler_ia32.cc ('k') | vm/flow_graph_compiler_x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698