mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
b5aa7eb6e7
Emit bytecode in the prologue to initialize the slots for closed-over arguments, instead of doing this at runtime. This is faster in the interpreter and Baseline because we no longer have to look at the scope's bindings each time we allocate a call object. It also makes it easier to optimize the `CallObject` allocation later. Differential Revision: https://phabricator.services.mozilla.com/D174579 |
||
---|---|---|
.. | ||
examples | ||
loader | ||
public | ||
src | ||
xpconnect | ||
app.mozbuild | ||
ffi.configure | ||
moz.build | ||
moz.configure | ||
sub.configure |