Bug 171171 - [JSC] Use DoublyLinkedList for MachineThread
Summary: [JSC] Use DoublyLinkedList for MachineThread
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-22 12:38 PDT by Yusuke Suzuki
Modified: 2017-04-23 02:12 PDT (History)
5 users (show)

See Also:


Attachments
Patch (11.44 KB, patch)
2017-04-22 12:39 PDT, Yusuke Suzuki
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2017-04-22 12:38:11 PDT
[JSC] Use DoublyLinkedList for MachineThread
Comment 1 Yusuke Suzuki 2017-04-22 12:39:55 PDT
Created attachment 307914 [details]
Patch
Comment 2 Mark Lam 2017-04-22 14:32:18 PDT
Comment on attachment 307914 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=307914&action=review

r=me

> Source/JavaScriptCore/ChangeLog:9
> +        its implementaiton. We should not use Vector<> etc. since

typo: /implementaiton/implementation/.
Comment 3 Yusuke Suzuki 2017-04-23 02:03:28 PDT
Comment on attachment 307914 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=307914&action=review

>> Source/JavaScriptCore/ChangeLog:9
>> +        its implementaiton. We should not use Vector<> etc. since
> 
> typo: /implementaiton/implementation/.

Oops, thanks.
Comment 4 Yusuke Suzuki 2017-04-23 02:12:53 PDT
Committed r215671: <http://trac.webkit.org/changeset/215671>