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

Issue 2041002: Quick fix: explicitly specify /Ob0 to avoid inlining if InlineFunctionExpansi... (Closed)

Created:
10 years, 7 months ago by Timur Iskhodzhanov
Modified:
9 years, 6 months ago
CC:
chromium-reviews, Lei Zhang, bradnelson
Visibility:
Public.

Description

Quick fix: explicitly specify /Ob0 to avoid inlining if InlineFunctionExpansion==0; add 'default' value This is a follow-up for http://codereview.chromium.org/1995004 Looks like InlineFunctionExpansion=0 means "default", not /Ob0 for MSVS... TEST=trybots, tried locally with "vim base/base.vcproj" Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=46682

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -4 lines) Patch
M build/common.gypi View 1 2 3 chunks +26 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Timur Iskhodzhanov
10 years, 7 months ago (2010-05-07 10:51:20 UTC) #1
M-A Ruel
lgtm with one nit http://codereview.chromium.org/2041002/diff/3001/4001 File build/common.gypi (right): http://codereview.chromium.org/2041002/diff/3001/4001#newcode629 build/common.gypi:629: 'conditions': [ Can you put ...
10 years, 7 months ago (2010-05-07 13:09:32 UTC) #2
Alexander Potapenko
LGTM
10 years, 7 months ago (2010-05-07 13:11:38 UTC) #3
Timur Iskhodzhanov
10 years, 7 months ago (2010-05-07 13:19:00 UTC) #4
Thank you!

http://codereview.chromium.org/2041002/diff/3001/4001
File build/common.gypi (right):

http://codereview.chromium.org/2041002/diff/3001/4001#newcode629
build/common.gypi:629: 'conditions': [
On 2010/05/07 13:09:33, Marc-Antoine Ruel wrote:
> Can you put a one line comment why this is necessary? (That '0' has no effect)

Done.

Powered by Google App Engine
This is Rietveld 408576698