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

Unified Diff: vm/code_generator_ia32.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/code_generator_ia32.h
===================================================================
--- vm/code_generator_ia32.h (revision 2318)
+++ vm/code_generator_ia32.h (working copy)
@@ -170,7 +170,8 @@
intptr_t token_index,
const String& function_name,
int num_arguments,
- const Array& optional_arguments_names);
+ const Array& optional_arguments_names,
+ intptr_t num_checks);
regis 2011/12/09 23:08:03 Would it be possible to spare this additional argu
srdjan 2011/12/12 17:19:33 num_checks -> num_args_checked, added comment as w
void GenerateInstanceOf(intptr_t node_id,
intptr_t token_index,
« no previous file with comments | « vm/code_generator.cc ('k') | vm/code_generator_ia32.cc » ('j') | vm/code_generator_ia32.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698