Closed
Bug 1913432
Opened 3 months ago
Closed 1 month ago
Defer property accesses to disposable record in dispose loop until the properties are actually required
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
132 Branch
Tracking | Status | |
---|---|---|
firefox132 | --- | fixed |
People
(Reporter: debadree333, Assigned: debadree333)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•3 months ago
|
Severity: -- → S3
Priority: -- → P3
Comment 1•3 months ago
|
||
Thank you for setting the priority :)
Setting the Severity to N/A, given this is not a defect.
Severity: S3 → N/A
Comment 2•2 months ago
|
||
is this still valid?
I thought this was for @@dispose
method access, which is solved somewhere else.
Flags: needinfo?(debadree333)
Assignee | ||
Comment 3•2 months ago
|
||
Yes i think still valid it was made for the code here https://searchfox.org/mozilla-central/source/js/src/frontend/UsingEmitter.cpp#235 we extract all the contents of the resource and then proceed we want to do that lazily!
Flags: needinfo?(debadree333)
Comment 4•2 months ago
|
||
oh, okay, thank you for the clarification.
I mixed up with different thing.
Assignee | ||
Comment 5•1 month ago
|
||
Updated•1 month ago
|
Assignee: nobody → debadree333
Status: NEW → ASSIGNED
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/c93931eb6523
Defer property accesses in dispose loop. r=arai
Comment 7•1 month ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•