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

Unified Diff: runtime/vm/regexp.h

Issue 2947143002: Revert "VM(RegExp): Allow OSR optimization of RegExp :matcher functions." (Closed)
Patch Set: Created 3 years, 6 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/intermediate_language.cc ('k') | runtime/vm/regexp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/regexp.h
diff --git a/runtime/vm/regexp.h b/runtime/vm/regexp.h
index a9dbe09a7a571a041913ad2590378f72b1e7163e..dbb89a43e4160b9b8fe556eafa96f970186dabbe 100644
--- a/runtime/vm/regexp.h
+++ b/runtime/vm/regexp.h
@@ -1393,8 +1393,7 @@ class RegExpEngine : public AllStatic {
static CompilationResult CompileIR(
RegExpCompileData* input,
const ParsedFunction* parsed_function,
- const ZoneGrowableArray<const ICData*>& ic_data_array,
- intptr_t osr_id);
+ const ZoneGrowableArray<const ICData*>& ic_data_array);
static CompilationResult CompileBytecode(RegExpCompileData* data,
const RegExp& regexp,
« no previous file with comments | « runtime/vm/intermediate_language.cc ('k') | runtime/vm/regexp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698