Closed Bug 1633725 Opened 4 years ago Closed 4 years ago

Improve WebXR Garbage Collection

Categories

(Core :: WebVR, enhancement)

enhancement

Tracking

()

RESOLVED FIXED
mozilla77
Tracking Status
firefox77 --- fixed

People

(Reporter: mortimergoro, Assigned: mortimergoro)

Details

Attachments

(1 file)

GC can be improved in the current WebXR implemetnation. For example DOMPoints are always created but they may be never used in JS, many apps only use the view transform. I also found some [SameObject] in the spec which are not respected in the implementation such as inverse XRRigidTransform and XRView transform.

Assignee: nobody → imanol
Attachment #9144355 - Attachment description: Bug 1633725 - Improve WebXR Garbage Collection → Bug 1633725 - Improve WebXR Garbage Collection. Respect XRRigidTransform.inverse and XRView.transform [SameObject] requirements.
Pushed by igorostizaga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9d60aed667c2
Improve WebXR Garbage Collection. Respect XRRigidTransform.inverse and XRView.transform [SameObject] requirements. r=kip,daoshengmu,jgilbert
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: