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

Unified Diff: runtime/vm/stub_code_ia32.cc

Issue 175403004: Modify growth policy for table of canonical types in each class. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 10 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 | « runtime/vm/object.cc ('k') | tests/language/generic_closure_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/stub_code_ia32.cc
===================================================================
--- runtime/vm/stub_code_ia32.cc (revision 32939)
+++ runtime/vm/stub_code_ia32.cc (working copy)
@@ -1222,6 +1222,9 @@
}
+// TODO(regis): This stub is not called anymore to allocate regular closures,
+// but only implicit instance closures. Simplify.
Florian Schneider 2014/02/24 09:29:00 I noticed that as well after I changed the way reg
+
// Called for inline allocation of closures.
// Input parameters:
// ESP + 8 : receiver (null if not an implicit instance closure).
« no previous file with comments | « runtime/vm/object.cc ('k') | tests/language/generic_closure_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698