Hidden classes have a very important feature: they allow VM to quickly check assumptions about object layout by doing a simple comparison against acachedhidden class. This is exactly what we need for our inline caches. Lets implement some simple hidden classes system for our quasi-Lua runtime. ...