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

Unified Diff: runtime/vm/parser.h

Issue 8355041: Some performance improvements to make raytracer faster (e.g, support intensified operation in mix... (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years, 2 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
Index: runtime/vm/parser.h
===================================================================
--- runtime/vm/parser.h (revision 578)
+++ runtime/vm/parser.h (working copy)
@@ -376,6 +376,10 @@
const QualIdent& qual_ident,
bool resolve_locally);
AstNode* ResolveVarOrField(intptr_t ident_pos, const String &ident);
+ AstNode* OptimizeBinaryOpNode(intptr_t op_pos,
+ Token::Kind binary_op,
+ AstNode* lhs,
+ AstNode* rhs);
AstNode* ExpandAssignableOp(intptr_t op_pos,
Token::Kind assignment_op,
AstNode* lhs,
« no previous file with comments | « runtime/vm/intrinsifier_ia32.cc ('k') | runtime/vm/parser.cc » ('j') | runtime/vm/parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698