Ok, that is I can implement full-codegen-MY-PLATFORM.cc and I don't have to 
implement codegen-MY-PLATFORM.cc to port full-codegen on my platform?

I'm sorry for this obvious things :)

On Wednesday, March 2, 2016 at 8:36:19 PM UTC+6, Jakob Kummerow wrote:
>
> full-codegen-x64.cc itself *is* a platform-specific code generator. Just 
> look at it!
>
> On Wed, Mar 2, 2016 at 3:02 PM, <dima...@gmail.com <javascript:>> wrote:
>
>> That is I don't need write any platform-specific codegen to implement 
>> full-codegen? Like codegen-x64?
>>
>> On Wednesday, March 2, 2016 at 7:10:43 PM UTC+6, Jakob Kummerow wrote:
>>>
>>> Platform-specific full codegen generates machine code directly.
>>>
>>> On Wed, Mar 2, 2016 at 12:53 PM, <dima...@gmail.com> wrote:
>>>
>>>> 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-...@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+un...@googlegroups.com.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>> -- 
>> -- 
>> v8-dev mailing list
>> v8-...@googlegroups.com <javascript:>
>> 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+un...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
-- 
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