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

Unified Diff: tools/visual_studio/v8_base.vcproj

Issue 17416: * Move irregexp backtrack stack to external memory area, instead of the system stack. (Closed)
Patch Set: Added explicit stack check requests to push operations. Created 11 years, 11 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: tools/visual_studio/v8_base.vcproj
diff --git a/tools/visual_studio/v8_base.vcproj b/tools/visual_studio/v8_base.vcproj
index 558b0263a7765a19dd7a37cf0193ccab06e752e7..7340fe531ef7f4fd530586591bad7b2269401a97 100644
--- a/tools/visual_studio/v8_base.vcproj
+++ b/tools/visual_studio/v8_base.vcproj
@@ -301,6 +301,10 @@
>
</File>
<File
+ RelativePath="..\..\src\regexp-stack.h"
+ >
+ </File>
+ <File
RelativePath="..\..\src\assembler.cc"
>
</File>
@@ -745,6 +749,10 @@
>
</File>
<File
+ RelativePath="..\..\src\regexp-stack.cc"
+ >
+ </File>
+ <File
RelativePath="..\..\src\rewriter.cc"
>
</File>

Powered by Google App Engine
This is Rietveld 408576698