Bug 17496 - make Deque use a circular array; add iterators
Summary: make Deque use a circular array; add iterators
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-23 00:54 PST by Darin Adler
Modified: 2008-02-23 21:19 PST (History)
1 user (show)

See Also:


Attachments
patch (26.27 KB, patch)
2008-02-23 00:58 PST, Darin Adler
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2008-02-23 00:54:57 PST
To make Deque a little more generally useful, we should make a version that uses a circular array and add iterators.
Comment 1 Darin Adler 2008-02-23 00:58:26 PST
Created attachment 19289 [details]
patch
Comment 2 Anders Carlsson 2008-02-23 14:45:21 PST
Comment on attachment 19289 [details]
patch

Looks great, r=me
Comment 3 Darin Adler 2008-02-23 21:19:37 PST
Committed revision 30538.