Reviewers: Jakob,

Description:
Do not modify FLAG_parallel_recompilation after start up.

[email protected]
BUG=

Please review this at https://chromiumcodereview.appspot.com/17202006/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M test/mjsunit/assert-opt-and-deopt.js


Index: test/mjsunit/assert-opt-and-deopt.js
diff --git a/test/mjsunit/assert-opt-and-deopt.js b/test/mjsunit/assert-opt-and-deopt.js index fa38ae3e56d381e093ead620e453ac94288bc29b..c79d92349eb009f799db7993e47a0014092cbbec 100644
--- a/test/mjsunit/assert-opt-and-deopt.js
+++ b/test/mjsunit/assert-opt-and-deopt.js
@@ -25,8 +25,7 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-// Flags: --allow-natives-syntax
-%SetFlags("--noparallel-recompilation");
+// Flags: --allow-natives-syntax --noparallel-recompilation

 /**
  * This class shows how to use %GetOptimizationCount() and


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to