Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Unified Diff: gyp/bench.gyp

Issue 391193003: nanobench on Windows: try compiler barriers around timer instead. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/timer/SysTimer_windows.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/bench.gyp
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index 86fb1dfbada9bc1bbb20d8d78e6f84dc173d58d0..661840301c9d063edbc5c166045593b117c550b8 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -48,9 +48,6 @@
'tools.gyp:crash_handler',
'tools.gyp:timer',
],
-
- # Experiment to see if LTCG is the key difference leading to Windows infinite loops.
- 'msvs_settings': { 'VCLinkerTool': { 'LinkTimeCodeGeneration': '0' } },
},
],
}
« no previous file with comments | « no previous file | tools/timer/SysTimer_windows.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698