Almost certainly this. The check for SOW adds at least a load, a
bit-and, and a branch or two on the fast path for returning a
wrapper-cached object... It's also possible that some of the compiler's
inlining decisions here changed, of course. GetContextCompartment and
ContextFriendFields::get are inline but not always_inline. Maybe they
should be?