http://codereview.chromium.org/9017004/diff/1/build/common.gypi
File build/common.gypi (right):

http://codereview.chromium.org/9017004/diff/1/build/common.gypi#newcode90
build/common.gypi:90: 'optimize': 'max',
This is a little indiscriminate, I'd very much prefer that we do this
per-target. As-is, we'll end up building every target that includes this
file with WPO, and WPO consumes CPU and memory superlinear to the input
size.
You really don't want to slow down the official build by WPO-optimizing
your test and misc executables.

http://codereview.chromium.org/9017004/

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

Reply via email to