Files
Abhishek Sharma 251c0992cd Bug 2065986 - pt3. Use bailout stub info to reconstruct stack r=jandem,iain
The bailout process is modified to use bailout stub information to rebuild
the stack one frame at a time instead of the existing bulk copy.

- The bailout tail uses the bailout stub information to setup the bailout
  registers, copy contents of frames (besides the return address) and jumps
  to the appropriate bailout stub.
- The bailout stub is setup so that simply calling back into the bailout
  tail materializes the expected return address - and the bailout tail can
  continue with the next frame.

Differential Revision: https://phabricator.services.mozilla.com/D320793
2026-09-12 08:11:44 +00:00
..