▲ | aapoalas 5 days ago | |
I merged support for JavaScript object "shapes" in my Nova JavaScript engine last week; now I just have to clean up some of the ugly parts of the API (and maybe do some performance adjacent changes), and then it's time to use the shapes for property lookup caching! This is one of the most important performance features in a JS engine, as without shapes property lookups would be terribly slow. I'm looking forward to getting this working. |