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 [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
