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

Issue 367973005: Disable assembly code in MemorySanitizer builds. (Closed)

Created:
6 years, 5 months ago by earthdok
Modified:
6 years, 5 months ago
Reviewers:
mtklein
CC:
reviews_skia.org
Base URL:
https://chromium.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Disable assembly code in MemorySanitizer builds. MemorySanitizer is an unitialized memory use detector which is used in Chromium, and does not presently support assembly code. BUG=chromium:344505, chromium:373739 R=mtklein@google.com Committed: https://skia.googlesource.com/skia/+/6a7fdef

Patch Set 1 #

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

Messages

Total messages: 9 (0 generated)
earthdok
Please take a look. If this looks good, could you please land it for me?
6 years, 5 months ago (2014-07-02 18:01:49 UTC) #1
mtklein
LGTM So, intrinsics are ok, assembly's not. What about inline assembly? (This is just curiosity: ...
6 years, 5 months ago (2014-07-02 18:32:52 UTC) #2
mtklein
The CQ bit was checked by mtklein@google.com
6 years, 5 months ago (2014-07-02 18:33:07 UTC) #3
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-02 18:35:39 UTC) #4
commit-bot: I haz the power
Commit queue rejected this change because it did not recognize the base URL. Please commit ...
6 years, 5 months ago (2014-07-02 18:35:40 UTC) #5
mtklein_C
Committed patchset #1 manually as r6a7fdef (presubmit successful).
6 years, 5 months ago (2014-07-02 18:37:32 UTC) #6
earthdok
On 2014/07/02 18:32:52, mtklein wrote: > LGTM Thanks! > So, intrinsics are ok, assembly's not. ...
6 years, 5 months ago (2014-07-02 18:43:20 UTC) #7
earthdok
On 2014/07/02 18:43:20, earthdok wrote: > On 2014/07/02 18:32:52, mtklein wrote: > > LGTM > ...
6 years, 5 months ago (2014-07-02 18:43:39 UTC) #8
mtklein
6 years, 5 months ago (2014-07-02 18:45:10 UTC) #9
Message was sent while issue was closed.
On 2014/07/02 18:43:39, earthdok wrote:
> On 2014/07/02 18:43:20, earthdok wrote:
> > On 2014/07/02 18:32:52, mtklein wrote:
> > > LGTM
> > Thanks!
> > 
> > > So, intrinsics are ok, assembly's not.  What about inline assembly?
> > Not supported yet.
> > 
> > > (This is
> > > just curiosity: the only other assembly we use on x86 is for cpuid, but on
> ARM
> > > and MIPS we're using assembly all over the place.)
> > MSan is x86-64 only so it's fine.

Gotcha, thanks!
 
> > I think commit-bot fails because I uploaded this patch from a Chromium
> checkout.
> > Should I reupload it from a standalone Skia checkout instead?
> 
> Nevermind.

Sorry, got all proactive on you there.  Yes, uploading from a standalone Skia
checkout is the way to get that to work.  This is something that drives us nuts
too.

Powered by Google App Engine
This is Rietveld 408576698