-- Hypothesis: calling a user-defined global in a hot loop incurs a per-call
-- IndexMap lookup against `state.globals`, since only well-known builtins
-- (print, pairs, math, ...) get the Builtin-array fast path.
-- Compare against calls/local.lua, which caches the same function in a local.
for i = 1, 1500
print