peterhuene requested alexcrichton and iximeow for a review on PR #1983.
peterhuene opened PR #1983 from fix-unwind-info
to main
:
This PR removes the "set frame pointer" unwind code and frame
pointer information from Windows x64 unwind information.In Windows x64 unwind information, a "frame pointer" is actually the
base address of the static part of the local frame and would be at some
negative offset to RSP upon establishing the frame pointer.Currently Cranelift uses a "traditional" notion of a frame pointer, one
that is the highest address in the local frame (i.e. pointing at the
previous frame pointer on the stack).Windows x64 unwind doesn't describe such frame pointers and only needs
one described if the frame contains a dynamic stack allocation.Fixes #1967.
peterhuene requested alexcrichton and iximeow for a review on PR #1983.
peterhuene updated PR #1983 from fix-unwind-info
to main
:
This PR removes the "set frame pointer" unwind code and frame
pointer information from Windows x64 unwind information.In Windows x64 unwind information, a "frame pointer" is actually the
base address of the static part of the local frame and would be at some
negative offset to RSP upon establishing the frame pointer.Currently Cranelift uses a "traditional" notion of a frame pointer, one
that is the highest address in the local frame (i.e. pointing at the
previous frame pointer on the stack).Windows x64 unwind doesn't describe such frame pointers and only needs
one described if the frame contains a dynamic stack allocation.Fixes #1967.
alexcrichton submitted PR Review.
iximeow submitted PR Review.
iximeow submitted PR Review.
peterhuene updated PR #1983 from fix-unwind-info
to main
:
This PR removes the "set frame pointer" unwind code and frame
pointer information from Windows x64 unwind information.In Windows x64 unwind information, a "frame pointer" is actually the
base address of the static part of the local frame and would be at some
negative offset to RSP upon establishing the frame pointer.Currently Cranelift uses a "traditional" notion of a frame pointer, one
that is the highest address in the local frame (i.e. pointing at the
previous frame pointer on the stack).Windows x64 unwind doesn't describe such frame pointers and only needs
one described if the frame contains a dynamic stack allocation.Fixes #1967.
peterhuene updated PR #1983 from fix-unwind-info
to main
:
This PR removes the "set frame pointer" unwind code and frame
pointer information from Windows x64 unwind information.In Windows x64 unwind information, a "frame pointer" is actually the
base address of the static part of the local frame and would be at some
negative offset to RSP upon establishing the frame pointer.Currently Cranelift uses a "traditional" notion of a frame pointer, one
that is the highest address in the local frame (i.e. pointing at the
previous frame pointer on the stack).Windows x64 unwind doesn't describe such frame pointers and only needs
one described if the frame contains a dynamic stack allocation.Fixes #1967.
peterhuene merged PR #1983.
Last updated: Nov 22 2024 at 16:03 UTC