Bug 1687095 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

the lazy script data is necessary for the current instantiation steps, because we first instantiate initial stencil,
and then apply delazification stencils' instantiation, just like normal delazification.

if we somehow drop the first lazy data, the steps needs to be modified.

we had an idea about merging stencils on decode, before instantiation.
https://phabricator.services.mozilla.com/D90585
we might be able to revisit it.
the lazy script data is necessary for the current instantiation steps, because we first instantiate initial stencil,
and then apply delazification stencils' instantiation, just like normal delazification.

if we somehow drop the first lazy data, the steps needs to be modified.

we had an idea about merging stencils on decode, before instantiation.
https://phabricator.services.mozilla.com/D90574
https://phabricator.services.mozilla.com/D90585
we might be able to revisit it.

Back to Bug 1687095 Comment 1