-- Hypothesis: obj:method() desugars to a field lookup + call. Without
-- inline caching, every call hits the table's hash bucket. Compare with
-- a cached-method version (calls/method_cached.lua).
local Counter =
Counter. = Counter
local c = Counter.
for i = 1, 500
print