A quick benchmark I just did, comparing property lookup speed in IronJS using the new hidden classes implementation vs. the old hash table version.

As you can see the Hidden Classes implementation is about 4x as fast, which mostly comes from the fact that hidden classes allows the use of inline caching on property access – speeding it up by a fair margin.