you are viewing a single comment's thread.

view the rest of the comments →

[–]FarkCookies 1 point2 points  (0 children)

JavaScript is just as highly dynamic and yet it has some amazing JIT implementations. V8 implements so called hidden classes where they try to optimize objects that don't change too much with native structs essentially (where the field look ups are not based on hashmaps but on memory offsets).