Files
Stockfish/src
Marco Costalba 96f4ab48d8 Increase optimization level of Clang
Set optimization level to 4 and get a 2.564% faster binary:

Stockfish (Clang, Level 4) bench:
$ make build ARCH=osx-x86-64 COMP=clang
(Clang does not support PGO)
Average of 4 trials:
Total time (ms): 5137.5
Nodes searched: 5631135
Nodes/second: 1096084.5

Stockfish (Clang, Level 3) bench:
$ make build ARCH=osx-x86-64 COMP=clang
(Clang does not support PGO)
Average of 4 trials:
Total time (ms): 5269.25
Nodes searched: 5631135
Nodes/second: 1068679.25

Stockfish (GCC, PGO) bench:
$ make profile-build ARCH=osx-x86-64
Average of 4 trials:
Total time (ms): 5286
Nodes searched: 5631135
Nodes/second: 1065292.25

Suggestion and performance tests by Daylen Yang.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2012-04-29 23:11:23 +01:00
..
2012-04-26 19:37:30 +01:00
2012-01-30 19:19:47 +01:00
2011-12-31 10:46:14 +01:00
2012-03-18 11:18:38 +01:00
2012-01-01 14:46:18 +01:00
2012-04-02 09:58:29 +01:00
2012-03-07 07:39:01 +01:00
2012-04-29 23:11:23 +01:00
2012-04-02 09:58:29 +01:00
2012-04-02 09:58:29 +01:00
2012-03-31 19:07:11 +01:00
2012-01-22 00:42:59 +01:00
2012-01-24 07:12:19 +01:00
2012-04-06 18:03:15 +01:00
2012-04-28 10:54:33 +01:00
2011-12-30 13:52:16 +01:00
2011-12-30 13:52:16 +01:00
2012-04-22 17:52:31 +01:00
2012-04-22 17:52:31 +01:00
2012-03-27 14:26:58 +01:00
2012-01-27 19:49:38 +01:00
2012-03-31 19:07:11 +01:00
2012-04-10 18:22:58 +01:00
2012-03-17 21:44:50 +01:00