Skip to content

Fix stack decoding when using profiled runtime

Matthew Pickering requested to merge wip/26507 into master

There are three fixes in this commit.

  • We need to replicate the InfoTable and InfoTableProf approach for the other stack constants (see the new Stack.ConstantsProf file).

  • Then we need to appropiately import the profiled or non-profiled versions.

  • Finally, there was an incorrect addition in stackFrameSize. We need to cast after performing addition on words.

Fixes #26507 (closed)

Merge request reports

Loading