Hi List, I had been thinking quite a bit whether there is any way I could see what my JavaScript code ends up as in V8. Of course one will say that I shouldn't worry too much, but still - it would be great to know what constructs I should use ... well, there is 'jsperf.com', but it's not quite as useful for working with Node.
Also, one thing I have heard somewhere, is that V8 may give up compiling some code and just interpret it instead, is this true? What I wish to be able to is get some idea whether an implementation A and B of one algorithm are different and what exactly make a difference. Perhaps what I need is a sort of static analysis tool, right? Cheers, -- Ilya -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
