Closed
Bug 1665015
Opened 4 years ago
Closed 4 years ago
Use SystemAllocPolicy for ObjLiteralWriterBase and ObjLiteralAtomVector
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
struct ObjLiteralWriterBase {
...
Vector<uint8_t, 64> code_;
...
};
typedef Vector<const frontend::ParserAtom*, 4> ObjLiteralAtomVector;
we should use SystemAllocPolicy
for stencil structs.
Assignee | ||
Updated•4 years ago
|
Summary: Use system alloc policy for ObjLiteralWriterBase and ObjLiteralAtomVector → Use SystemAllocPolicy for ObjLiteralWriterBase and ObjLiteralAtomVector
Assignee | ||
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P1
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/14ecb013c056
Use SystemAllocPolicy for ObjLiteralWriterBase and ObjLiteralAtomVector. r=tcampbell
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•