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

Issue 1423283002: Fix debug compilation problems for gcc and 32 bit x86. (Closed)

Created:
5 years, 1 month ago by fbarchard1
Modified:
5 years, 1 month ago
Base URL:
https://chromium.googlesource.com/libyuv/libyuv@master
Target Ref:
refs/heads/master
Project:
libyuv
Visibility:
Public.

Description

Fix debug compilation problems for gcc and 32 bit x86. In some methods with 7 arguments gcc fails to find enough registers to compile the assembler code when compiling debug. Simplest solution is to skip the assembler version in debug of those particular functions (I422Alpha -> ARBG/ABGR) R=harryjin@google.com,bratell@opera.com BUG=libyuv:517 Committed: https://chromium.googlesource.com/libyuv/libyuv/+/cdbdf5b7237e9c720e57c9b7a0c7211094feddd1

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -2 lines) Patch
M include/libyuv/row.h View 2 chunks +10 lines, -2 lines 0 comments Download
M source/row_gcc.cc View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
fbarchard1
5 years, 1 month ago (2015-10-28 21:27:16 UTC) #1
fbarchard1
Committed patchset #1 (id:1) manually as cdbdf5b7237e9c720e57c9b7a0c7211094feddd1 (presubmit successful).
5 years, 1 month ago (2015-10-28 21:27:33 UTC) #2
harryjin
lgtm
5 years, 1 month ago (2015-10-28 22:09:50 UTC) #3
Daniel Bratell
5 years, 1 month ago (2015-10-29 09:51:29 UTC) #4
Message was sent while issue was closed.
lgtm

I was never able to figure out where this format was used so I couldn't judge if
it would be noticed if it was slower.

Powered by Google App Engine
This is Rietveld 408576698