Skip to content

javascript: Read fields of ObjectBlock lazily

Matthew Pickering requested to merge wip/js-memory into master

When linking a module with a large dependency footprint too much of the object files were forced during linking. This lead to a large amount of memory taken up by thunks which would never be forced

On the PartialDownsweep test this halves the memory required (from 25G to 13G).

2024-10-02-190329_1187x808

Towards #25324

Merge request reports

Loading