Bug 152960

Summary: CSSValuePool should use nonfragmented storage for eternal caches.
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kling, koivisto
Priority: P2 Keywords: Performance
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
buildbot: commit-queue-
Archive of layout-test-results from ews115 for mac-yosemite
none
Patch
none
Patch
koivisto: review+, commit-queue: commit-queue-
Patch for landing none

Description Andreas Kling 2016-01-10 09:51:08 PST
The cached CSSValue objects in CSSValuePool get allocated at different times. It would be better if they didn't end up all over the heap.
Comment 1 Andreas Kling 2016-01-10 09:51:38 PST
Created attachment 268651 [details]
Patch
Comment 2 Build Bot 2016-01-10 10:25:07 PST
Comment on attachment 268651 [details]
Patch

Attachment 268651 [details] did not pass mac-debug-ews (mac):
Output: http://webkit-queues.webkit.org/results/675482

Number of test failures exceeded the failure limit.
Comment 3 Build Bot 2016-01-10 10:25:10 PST
Created attachment 268652 [details]
Archive of layout-test-results from ews115 for mac-yosemite

The attached test failures were seen while running run-webkit-tests on the mac-debug-ews.
Bot: ews115  Port: mac-yosemite  Platform: Mac OS X 10.10.5
Comment 4 Andreas Kling 2016-01-10 11:40:22 PST
Created attachment 268659 [details]
Patch
Comment 5 Andreas Kling 2016-01-10 16:19:10 PST
Created attachment 268666 [details]
Patch
Comment 6 WebKit Commit Bot 2016-01-11 02:15:20 PST
Comment on attachment 268666 [details]
Patch

Rejecting attachment 268666 [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-02', 'validate-changelog', '--check-oops', '--non-interactive', 268666, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
a/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 73, in run_and_handle_errors
    self._run(tool, options, state)
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 67, in _run
    step(tool, options).run(state)
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/steps/validatereviewer.py", line 54, in run
    if changelog_entry.has_valid_reviewer():
AttributeError: 'NoneType' object has no attribute 'has_valid_reviewer'

Full output: http://webkit-queues.webkit.org/results/677999
Comment 7 WebKit Commit Bot 2016-01-11 03:23:13 PST
Comment on attachment 268666 [details]
Patch

Rejecting attachment 268666 [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-02', 'validate-changelog', '--check-oops', '--non-interactive', 268666, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
a/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 73, in run_and_handle_errors
    self._run(tool, options, state)
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 67, in _run
    step(tool, options).run(state)
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/steps/validatereviewer.py", line 54, in run
    if changelog_entry.has_valid_reviewer():
AttributeError: 'NoneType' object has no attribute 'has_valid_reviewer'

Full output: http://webkit-queues.webkit.org/results/678176
Comment 8 Andreas Kling 2016-01-11 03:25:58 PST
Created attachment 268683 [details]
Patch for landing
Comment 9 WebKit Commit Bot 2016-01-11 04:24:13 PST
Comment on attachment 268683 [details]
Patch for landing

Clearing flags on attachment: 268683

Committed r194848: <http://trac.webkit.org/changeset/194848>
Comment 10 WebKit Commit Bot 2016-01-11 04:24:18 PST
All reviewed patches have been landed.  Closing bug.
Comment 11 Andreas Kling 2016-01-11 07:48:42 PST
Windows build fix coming up..