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

Unified Diff: src/jsregexp.h

Issue 565043003: Clean up regexp code gen a little (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 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 | « no previous file | src/jsregexp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/jsregexp.h
diff --git a/src/jsregexp.h b/src/jsregexp.h
index 300c0ef1386433427cdf311e28661df6e145efc9..1a97a30e5a47925eb51e95f1cf90c0903324a817 100644
--- a/src/jsregexp.h
+++ b/src/jsregexp.h
@@ -590,6 +590,7 @@ class RegExpNode: public ZoneObject {
// Falls through on certain failure, jumps to the label on possible success.
// If the node cannot make a quick check it does nothing and returns false.
bool EmitQuickCheck(RegExpCompiler* compiler,
+ Trace* bounds_check_trace,
Trace* trace,
bool preload_has_checked_bounds,
Label* on_possible_success,
@@ -1118,7 +1119,6 @@ class ChoiceNode: public RegExpNode {
AlternativeGenerationList* alt_gens,
int first_choice,
Trace* trace,
- bool is_greedy_loop,
PreloadState* preloads);
DispatchTable* table_;
// If true, this node is never checked at the start of the input.
« no previous file with comments | « no previous file | src/jsregexp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698