зеркало из https://github.com/mozilla/gecko-dev.git
446160560b
Make the WebAssembly ion compiler address incoming stack arguments from the frame pointer instead of from the stack pointer. We have a plan to allow interstitial trampoline frames to be inserted between callers and callees, but only for cross-instance calls. This will mean offset to incoming stack arguments from SP is no longer a constant. The design has us instead address stack arguments from the frame pointer, as adding an interstitial trampoline frame won't modify the frame pointer. Differential Revision: https://phabricator.services.mozilla.com/D73030 |
||
---|---|---|
.. | ||
ductwork/debugger | ||
examples | ||
ipc | ||
public | ||
rust | ||
src | ||
xpconnect | ||
app.mozbuild | ||
ffi.configure | ||
moz.build | ||
moz.configure | ||
sub.configure |