Hannes Siebenhandl pushed to branch wip/fendor/ann-frame at Glasgow Haskell Compiler / GHC
Commits:
-
1df3969f
by Hannes Siebenhandl at 2025-08-01T16:39:16+00:00
1 changed file:
Changes:
... | ... | @@ -2768,9 +2768,7 @@ INFO_TABLE_RET (stg_ann_frame, ANN_FRAME, |
2768 | 2768 | or vector registers. See Note [Frames intercepting frames].
|
2769 | 2769 | */
|
2770 | 2770 | /*
|
2771 | - This frame doesn't do anything except pushing 'ann' onto the stack.
|
|
2772 | - When decoding the stack, this frame can be used to enhance backtraces
|
|
2773 | - with source locations, or other additional data.
|
|
2771 | + This frame doesn't do anything when entered. It is only useful when decoding the stack, since this frame serves as an annotation that can be used to enhance backtraces with source locations, or other additional data.
|
|
2774 | 2772 | */
|
2775 | 2773 | unwind Sp = W_[Sp + SIZEOF_StgAnnFrame];
|
2776 | 2774 | Sp = Sp + SIZEOF_StgAnnFrame;
|