Revision: 11870
Author:   [email protected]
Date:     Tue Jun 19 11:23:21 2012
Log:      Regexp interpreter is Irregexp too
http://code.google.com/p/v8/source/detail?r=11870

Modified:
 /wiki/BuildingWithGYP.wiki

=======================================
--- /wiki/BuildingWithGYP.wiki  Tue Jun 19 07:47:58 2012
+++ /wiki/BuildingWithGYP.wiki  Tue Jun 19 11:23:21 2012
@@ -84,7 +84,7 @@

* {{{strictaliasing=off}}} passes the -fno-strict-aliasing flag to GCC. This may help to work around build failures on officially unsupported platforms and/or GCC versions.

- * {{{regexp=interpreted}}} chooses the interpreted regular expression engine instead of irregexp (compiled regexp). + * {{{regexp=interpreted}}} chooses the interpreted mode of the irregexp regular expression engine instead of the native code mode.

 ====Testing:====

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to