In this post we'll tell a story of how we got a 12% performance improvement in our production evaluator.
I looked into GHC Core of the production evaluator and spotted this there:
case safeIndexOne env1_XW (W64# bx18_scPRb) of {
Nothing -> jump exit_X16 <...>
Just val_acLQA -> jump returnCek_scPkh ctx1_X0 val_acLQA <...>
}