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

Unified Diff: tools/visual_studio/v8_base_arm.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
« src/regexp-stack.h ('K') | « tools/visual_studio/v8_base.vcproj ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/visual_studio/v8_base_arm.vcproj
diff --git a/tools/visual_studio/v8_base_arm.vcproj b/tools/visual_studio/v8_base_arm.vcproj
index 7f1adb3e51db14c4e96fdbe6707b6269c5f69eef..3462835adb22d6446e870c4156f6b861c1f18414 100644
--- a/tools/visual_studio/v8_base_arm.vcproj
+++ b/tools/visual_studio/v8_base_arm.vcproj
@@ -297,6 +297,10 @@
>
</File>
<File
+ RelativePath="..\..\src\regexp-stack.h"
+ >
+ </File>
+ <File
RelativePath="..\..\src\regexp-macro-assembler-irregexp-inl.h"
>
</File>
@@ -749,6 +753,10 @@
>
</File>
<File
+ RelativePath="..\..\src\regexp-stack.cc"
+ >
+ </File>
+ <File
RelativePath="..\..\src\rewriter.cc"
>
</File>
« src/regexp-stack.h ('K') | « tools/visual_studio/v8_base.vcproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698