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

Issue 831663004: Hide ARM assembly memset symbols. (Closed)

Created:
5 years, 11 months ago by Torne
Modified:
5 years, 11 months ago
Reviewers:
djsollen, mtklein
CC:
reviews_skia.org
Base URL:
https://chromium.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Hide ARM assembly memset symbols. Prevent these symbols from being exported from any library which includes skia by marking them .hidden, as they are implementation details of skia. BUG=skia:3303 Committed: https://skia.googlesource.com/skia/+/60f8353f683277f360c5a74e2905c8de987a2dfe

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M src/opts/memset.arm.S View 1 chunk +2 lines, -0 lines 1 comment Download
M src/opts/memset16_neon.S View 1 chunk +1 line, -0 lines 0 comments Download
M src/opts/memset32_neon.S View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Torne
Hi Derek, does this look okay to you? See linked bug and http://crbug.com/448386 for what ...
5 years, 11 months ago (2015-01-13 16:19:18 UTC) #2
mtklein
lgtm lgtm
5 years, 11 months ago (2015-01-13 16:23:41 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/831663004/1
5 years, 11 months ago (2015-01-13 16:24:30 UTC) #6
djsollen
https://codereview.chromium.org/831663004/diff/1/src/opts/memset.arm.S File src/opts/memset.arm.S (right): https://codereview.chromium.org/831663004/diff/1/src/opts/memset.arm.S#newcode20 src/opts/memset.arm.S:20: .global arm_memset32 I don't think you need .global if ...
5 years, 11 months ago (2015-01-13 16:25:08 UTC) #7
Torne
On 2015/01/13 16:25:08, djsollen wrote: > https://codereview.chromium.org/831663004/diff/1/src/opts/memset.arm.S > File src/opts/memset.arm.S (right): > > https://codereview.chromium.org/831663004/diff/1/src/opts/memset.arm.S#newcode20 > ...
5 years, 11 months ago (2015-01-13 16:28:43 UTC) #8
mtklein
> I think you do, as .local/.global/.weak is orthogonal to their visibility. If > the ...
5 years, 11 months ago (2015-01-13 16:32:43 UTC) #9
commit-bot: I haz the power
5 years, 11 months ago (2015-01-13 16:37:36 UTC) #10
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://skia.googlesource.com/skia/+/60f8353f683277f360c5a74e2905c8de987a2dfe

Powered by Google App Engine
This is Rietveld 408576698