Closed
Bug 948128
Opened 12 years ago
Closed 12 years ago
Add StackArray helper
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: jrmuizel, Assigned: jrmuizel)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
|
804 bytes,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
This is basically nsAutoTArray for gfx. It let's us turn small heap allocations into stack allocations.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8344897 -
Flags: review?
| Assignee | ||
Updated•12 years ago
|
Attachment #8344897 -
Flags: review? → review?(bas)
Comment 2•12 years ago
|
||
Comment on attachment 8344897 [details] [diff] [review]
StackArray
Review of attachment 8344897 [details] [diff] [review]:
-----------------------------------------------------------------
I wonder if we should eventually add this to MFBT rather than Moz2D. But for now it's fine.
Attachment #8344897 -
Flags: review?(bas) → review+
Assignee: nobody → jmuizelaar
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Updated•12 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•