v8/tools
sgjesse@chromium.org d759938461 Changed optimization from /Ox to the (more) commonly used /O2 (which includes
/GF) in both SCons and Visual Studio build. There is not mesurable difference
neither in speed nor in code size.

Added whole program optimization to the SCons release build. This clutters the
linking of the samples a little with the option /LTCG. This option is not
strictly needed for linking, but if it is not specified the linker complaints
as it can see object files compiled with /GL and then restarts itself with
/LTCG which dosen't look very pretty.
Review URL: http://codereview.chromium.org/5664

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@407 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2008-10-02 09:41:01 +00:00
..
v8.xcodeproj Added presubmit.py to the tools tab for easier access. 2008-09-16 14:37:24 +00:00
visual_studio Changed optimization from /Ox to the (more) commonly used /O2 (which includes 2008-10-02 09:41:01 +00:00
js2c.py Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
linux-tick-processor.py Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
presubmit.py - Rename flags.defs to flag-definitions.h. 2008-09-17 08:47:50 +00:00
splaytree.py Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
test.py Added test timing. 2008-10-01 09:07:45 +00:00
tickprocessor.py Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
utils.py Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
windows-tick-processor.py Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00