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

Unified Diff: vm/ic_data.h

Issue 8827015: Implement two-argument check inline cache. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: '' Created 9 years 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
Index: vm/ic_data.h
===================================================================
--- vm/ic_data.h (revision 2318)
+++ vm/ic_data.h (working copy)
@@ -16,7 +16,7 @@
// Whenever first N arguments of an instance call have the same class as the
// check, jump to the target function.
// Array is null terminated (all classes and target are null objects).
-// The array does not contain Null-Classes. Null objects cannot be added.
+// The array may contain Null-Classes. Null objects cannot be added.
#ifndef VM_IC_DATA_H_
#define VM_IC_DATA_H_

Powered by Google App Engine
This is Rietveld 408576698