Fix stack decoding when using profiled runtime
There are three fixes in this commit.
-
We need to replicate the
InfoTableandInfoTableProfapproach 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)