WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
80626
[chromium] Only build NEON files if target_arch=="arm"
https://bugs.webkit.org/show_bug.cgi?id=80626
Summary
[chromium] Only build NEON files if target_arch=="arm"
Nico Weber
Reported
2012-03-08 12:15:42 PST
[chromium] Only build NEON files fi target_arch=="arm"
Attachments
Patch
(4.40 KB, patch)
2012-03-08 12:18 PST
,
Nico Weber
no flags
Details
Formatted Diff
Diff
Patch
(2.42 KB, patch)
2012-03-08 12:31 PST
,
Nico Weber
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Nico Weber
Comment 1
2012-03-08 12:18:01 PST
Created
attachment 130874
[details]
Patch
Tony Chang
Comment 2
2012-03-08 12:28:08 PST
Comment on
attachment 130874
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=130874&action=review
> Source/WebCore/ChangeLog:9 > + Currently, webcore_arm_neon will compile a bunch of files > + whose contents are completely ifdef'd away on non-arm, and > + then bundle all the generated empty .o files into a useless > + libwebcore_arm_neon.a. Don't do this.
This change seems fine since we're not using the lib at all.
> Source/WebCore/ChangeLog:12 > + Also change the source section from "include everything, then > + throw away everything except 6 files" to "list 6 files".
I don't like this because this means we have a file list in two places (confusing for non-chromium people adding new files). The current design is to have all the files listed WebCore.gypi. Another way to do this would be to make a new variable in WebCore.gypi that lists the NEON files.
Nico Weber
Comment 3
2012-03-08 12:31:36 PST
Created
attachment 130879
[details]
Patch
Nico Weber
Comment 4
2012-03-08 12:32:35 PST
> > Source/WebCore/ChangeLog:12 > > + Also change the source section from "include everything, then > > + throw away everything except 6 files" to "list 6 files". > > I don't like this because this means we have a file list in two places (confusing for non-chromium people adding new files). The current design is to have all the files listed WebCore.gypi. Another way to do this would be to make a new variable in WebCore.gypi that lists the NEON files.
Reverted that part. Maybe I'll do your suggestin in a follow-up (for platform/ and rendering/, too)
WebKit Review Bot
Comment 5
2012-03-08 19:21:19 PST
Comment on
attachment 130879
[details]
Patch Clearing flags on attachment: 130879 Committed
r110251
: <
http://trac.webkit.org/changeset/110251
>
WebKit Review Bot
Comment 6
2012-03-08 19:21:23 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug