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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 1201383002: Port irregexp bytecode compiler and interpreter from V8 r24065. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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/regexp_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/vm_sources.gypi
diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi
index a8fb214b5ce4302ace55d2d5bf5580c9ea2a709f..886e14cff8f84c990942b8adf1d340758abc16c8 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -351,8 +351,16 @@
'regexp.h',
'regexp_assembler.cc',
'regexp_assembler.h',
+ 'regexp_assembler_bytecode.cc',
+ 'regexp_assembler_bytecode.h',
+ 'regexp_assembler_bytecode_inl.h',
+ 'regexp_assembler_ir.cc',
+ 'regexp_assembler_ir.h',
'regexp_ast.cc',
'regexp_ast.h',
+ 'regexp_bytecodes.h',
+ 'regexp_interpreter.cc',
+ 'regexp_interpreter.h',
'regexp_parser.cc',
'regexp_parser.h',
'regexp_test.cc',
« no previous file with comments | « runtime/vm/regexp_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698