RESOLVED FIXED 171171
[JSC] Use DoublyLinkedList for MachineThread
https://bugs.webkit.org/show_bug.cgi?id=171171
Summary [JSC] Use DoublyLinkedList for MachineThread
Yusuke Suzuki
Reported 2017-04-22 12:38:11 PDT
[JSC] Use DoublyLinkedList for MachineThread
Attachments
Patch (11.44 KB, patch)
2017-04-22 12:39 PDT, Yusuke Suzuki
mark.lam: review+
Yusuke Suzuki
Comment 1 2017-04-22 12:39:55 PDT
Mark Lam
Comment 2 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/.
Yusuke Suzuki
Comment 3 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.
Yusuke Suzuki
Comment 4 2017-04-23 02:12:53 PDT
Note You need to log in before you can comment on or make changes to this bug.