Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(374)

Issue 1883043: Make SKColorSetARGB() be a macro when not building debug. This will...

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 1 month ago by davemoore1
Modified:
14 years, 1 month ago
Reviewers:
agl
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/include/
Visibility:
Public.

Description

Make SKColorSetARGB() be a macro when not building debug. This will allow gcc to avoid generating static initializers for code that uses it.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -1 line) Patch
M core/SkColor.h View 1 chunk +18 lines, -1 line 0 comments Download

Messages

Total messages: 2
davemoore1
14 years, 1 month ago (2010-07-27 17:55:04 UTC) #1
agl
14 years, 1 month ago (2010-07-28 19:04:53 UTC) #2
On Tue, Jul 27, 2010 at 1:55 PM,  <davemoore@chromium.org> wrote:
> Description:
> Make SKColorSetARGB() be a macro when not building debug. This will
> allow gcc to avoid generating static initializers for code that
> uses it.

Landed: Skia r592
Rolled: Chrome r53988


AGL
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b