Micro-optimize CPFStack access

Avoid doing multiple array index operations to access the top of
the stack element. Instead hold onto the top of the stack in a
local variable and access its fields directly as required.
2 files changed