You can checkout my blog post:
http://mshockwave.blogspot.tw/2016/01/quick-note-v8-javascript-engines-first.html
Although it focus on the baseline compiler but it may helps.

Cheers,

McClane
dima...@gmail.com於 2016年3月2日星期三 UTC+8下午7時53分48秒寫道:
>
> Hello!
>
> I just want to understand how v8 compile code.
>
> There are a CodeGenerator (codegen.h) and platform dependent codegen-x64.h 
> but in codegen-x64.h no exits class CodeGen. Why?
>
> Pipeline: ... -> parser -> ast -> full_codegen -> platform dependent 
> full-codegen -> WHAT HAPPENS HERE? -> native code
>
> Who and how create platform dependent code and locates it into memory?
>

-- 
-- 
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to