micro-opt: replace stmGetEnclosingTRec() with a field access
While fixing #3578 I noticed that this function was just a field access to StgTRecHeader, so I inlined it manually.
Showing
Please register or sign in to comment
While fixing #3578 I noticed that this function was just a field access to StgTRecHeader, so I inlined it manually.