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

Unified Diff: runtime/vm/intermediate_language.h

Issue 264953004: For nullable/double typed fields compare with null for deoptimization, else assume double. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 8 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 | runtime/vm/intermediate_language_arm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intermediate_language.h
===================================================================
--- runtime/vm/intermediate_language.h (revision 35663)
+++ runtime/vm/intermediate_language.h (working copy)
@@ -407,6 +407,8 @@
void PrintTo(BufferFormatter* f) const;
const char* ToCString() const;
+ intptr_t cid() const { return cid_; }
Vyacheslav Egorov (Google) 2014/05/02 00:39:24 There is already ToNullableCid() getter, no need t
srdjan 2014/05/02 15:35:50 Removed and replaced.
+
private:
bool CanComputeIsInstanceOf(const AbstractType& type,
bool is_nullable,
« no previous file with comments | « no previous file | runtime/vm/intermediate_language_arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698