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

Unified Diff: runtime/vm/regexp.cc

Issue 1130973002: After sudying IrregExp compilation, it seems too complicated to do lazy local var descriptors for t… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 7 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/flow_graph_compiler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/regexp.cc
===================================================================
--- runtime/vm/regexp.cc (revision 45626)
+++ runtime/vm/regexp.cc (working copy)
@@ -5063,10 +5063,10 @@
IRRegExpMacroAssembler* macro_assembler =
new(zone) IRRegExpMacroAssembler(specialization_cid,
- data->capture_count,
- parsed_function,
- ic_data_array,
- zone);
+ data->capture_count,
+ parsed_function,
+ ic_data_array,
+ zone);
// Inserted here, instead of in Assembler, because it depends on information
// in the AST that isn't replicated in the Node structure.
« no previous file with comments | « runtime/vm/flow_graph_compiler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698