Closed Bug 1665015 Opened 4 years ago Closed 4 years ago

Use SystemAllocPolicy for ObjLiteralWriterBase and ObjLiteralAtomVector

Categories

(Core :: JavaScript Engine, task, P1)

task

Tracking

()

RESOLVED FIXED
82 Branch
Tracking Status
firefox82 --- fixed

People

(Reporter: arai, Assigned: arai)

References

Details

Attachments

(1 file)

struct ObjLiteralWriterBase {
...
  Vector<uint8_t, 64> code_;
...
};

typedef Vector<const frontend::ParserAtom*, 4> ObjLiteralAtomVector;

we should use SystemAllocPolicy for stencil structs.

Summary: Use system alloc policy for ObjLiteralWriterBase and ObjLiteralAtomVector → Use SystemAllocPolicy for ObjLiteralWriterBase and ObjLiteralAtomVector
Severity: -- → N/A
Priority: -- → P1
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/14ecb013c056
Use SystemAllocPolicy for ObjLiteralWriterBase and ObjLiteralAtomVector. r=tcampbell
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: