RESOLVED FIXED 146640
[CMake] Trigger the memory-reduction tricks on armhf too
https://bugs.webkit.org/show_bug.cgi?id=146640
Summary [CMake] Trigger the memory-reduction tricks on armhf too
Emanuele Aina
Reported 2015-07-06 08:52:21 PDT
At the moment the --no-keep-memory compilation flag is only enabled for 32bit x86 processors, but would probably benefit every 32bit processor. https://trac.webkit.org/browser/trunk/Source/cmake/OptionsCommon.cmake?rev=186354#L101
Attachments
Patch (1.66 KB, patch)
2015-07-06 08:54 PDT, Emanuele Aina
no flags
Emanuele Aina
Comment 1 2015-07-06 08:54:03 PDT
Emanuele Aina
Comment 2 2015-07-06 08:59:37 PDT
I've tested the attached patch only with the armhf toolchain for the Raspberry Pi, so I've been conservative and simply added it to the match pattern. A different option would be to try to detect if the current build architectures is 32bit using `getconf LONG_BIT` or something similar.
Csaba Osztrogonác
Comment 3 2015-07-06 09:21:04 PDT
Comment on attachment 256215 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=256215&action=review > ChangeLog:3 > + [CMake] Trigger the memory-reduction tricks on armhf too Just a nit: This line should be same as the title of the bug report. Please change one of them.
WebKit Commit Bot
Comment 4 2015-09-03 00:22:38 PDT
Comment on attachment 256215 [details] Patch Rejecting attachment 256215 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-01', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 256215, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: ', 'dcommit', '--rmdir']" exit_code: 139 cwd: /Volumes/Data/EWS/WebKit Committing to http://svn.webkit.org/repository/webkit/trunk ... Authentication realm: <http://svn.webkit.org:80> Mac OS Forge Password for 'commit-queue@webkit.org': Authentication realm: <http://svn.webkit.org:80> Mac OS Forge Username: error: git-svn died of signal 11 Failed to run "['git', 'svn', 'dcommit', '--rmdir']" exit_code: 139 cwd: /Volumes/Data/EWS/WebKit Updating OpenSource Current branch master is up to date. Full output: http://webkit-queues.webkit.org/results/135637
WebKit Commit Bot
Comment 5 2015-09-04 04:44:28 PDT
Comment on attachment 256215 [details] Patch Clearing flags on attachment: 256215 Committed r189344: <http://trac.webkit.org/changeset/189344>
WebKit Commit Bot
Comment 6 2015-09-04 04:44:32 PDT
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.