neildhar
neildhar
Summary: Optional fields and fields that refer to other classes are initialised to `undefined`, which means that we often end up with `undefined` in literals now. To address this, add...
There is an existing PR to add Node-API to Hermes (https://github.com/facebook/hermes/pull/1377). In order to add support Static Hermes, we need to do a few things in addition to what is...
`getConvertBackwardSlice` currently includes any existing rematerialisation it finds in the returned slice. However, this shouldn't be necessary because that value does not need to be rematerialised or included in the...
The AlmaLinux build currently builds against libstdc++ from GCC 14, because installing clang also pulls in GCC 14, and clang automatically picks the newest libstdc++ on the system. Instead, pointing...