| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
TBR=eroman@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9358045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121132 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=NONE
TBR=eroman@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9346022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120793 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
official builds by setting a variable name "optimize" to one of three possible values:
- "size"; optimizes for minimal code size, the default.
- "speed"; optimizes for speed over code size.
- "max"; turns on link time code generation and whole
program optimization, which is very expensive and should
be used sparingly.
Note that this change by itself lowers the optimization level to "size" for all targets. Separate changes to the V8 and WebKit repos will be needed to bring up their optimization levels to WPO.
BUG=108167
TEST=
Review URL: http://codereview.chromium.org/8983002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115187 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This may reduce memory fragmentation, which may eke out a few more weeks of time on our official builds.
Also turn down linker log verbosity.
R=maruel@chromium.org
BUG=None
TEST=Official Windows build doesn't fail with linker OOM.
Review URL: http://codereview.chromium.org/8963016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114808 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
R=maruel@chromium.org
BUG=
TEST=Verified that this produces verbose debug spew in VS2008 official builds.
Review URL: http://codereview.chromium.org/8910022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114536 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This deposits "FIXUPS" in the PDB, which grows the PDB file by 5% or so, but does otherwise not the generated binaries.
BUG=none
TESt=none
Review URL: http://codereview.chromium.org/7106002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87607 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=521439
BUG=LTCG build breaks
TEST=none
Review URL: http://codereview.chromium.org/1507003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42890 0039d316-1c4b-4281-b951-d872f2087c98
|
|
Also pulling in a newer nacl version.
Switching to use AdditionalOptions in list form.
BUG=None
TEST=None
TBR=mmentovai
Review URL: http://codereview.chromium.org/523027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35449 0039d316-1c4b-4281-b951-d872f2087c98
|