Hacker News new | ask | show | jobs
by joe_developer 3845 days ago
Could you recommend a few articles?
1 comments

On v8 right? This one is probably the best broad overview:

http://www.html5rocks.com/en/tutorials/speed/v8/

To get into the gory details google Vyacheslav Egorov - he's a v8 engineer with a number of talks on YouTube, presentation slides, and blog posts on v8 internals. He also maintains a tool called IRhydra, that lets you examine functions after they've been compiled into v8's internal representation.

I am glad you find my stuff useful enough to recommend it to other people! Thanks.

I just wanted to point out a minor detail: I am an ex-V8 engineer - I have not been working on V8 since 2012.

Duly noted, and thanks ;)