On 2010-07-12, at 12:41 PM, Maxime Chevalier-Boisvert wrote:
That's what I did for the first version of Gambit. I ended up with
more than 5000 lines of assembly code... not a good thing.
I'd like to try and see what it looks like for a small subset of JS (enough to implement fibonacci, quicksort, etc.), just to see what it looks like, and then examine ways of expressing the same handlers in portable MIR/LIR.
Sounds good!
Marc