Re: [v8-users] Built

2018-08-13 Thread 'Jakob Kummerow' via v8-users
Yes.

On Mon, Aug 13, 2018 at 11:15 AM dan Med  wrote:

> Yes, with v8 i want to be able to launch at it a .js file and debug v8
> By bulding the v8 source code i will have all the compilers inside right ?
> like turbofan...
>
> 2018-08-13 11:13 GMT+02:00 'Jakob Kummerow' via v8-users <
> v8-users@googlegroups.com>:
>
>> You don't need to build Chromium, or anything else for that matter. Just
>> install regular Google Chrome, it contains DevTools.
>>
>> What does "invoking the JIT compilers" have to do with debugging?
>>
>> On Mon, Aug 13, 2018 at 11:08 AM dan Med  wrote:
>>
>>> I really think that i don't need to build the entire chromim right now i
>>> need v8 only
>>>
>>>
>>> 2018-08-13 11:08 GMT+02:00 dan Med :
>>>
>>>> I will follow your link mentioned above the only thing i'm looking
>>>> at is will i be able to invoke the JIT compilers...
>>>>
>>>> 2018-08-13 10:27 GMT+02:00 dan Med :
>>>>
>>>>> Like launch v8 under a debugger and pass as an argument a page that
>>>>> contains javascript
>>>>>
>>>>>
>>>>> 2018-08-13 10:25 GMT+02:00 dan Med :
>>>>>
>>>>>> something like lldb or  gdb to see the memory...
>>>>>>
>>>>>> 2018-08-13 10:19 GMT+02:00 'Jakob Kummerow' via v8-users <
>>>>>> v8-users@googlegroups.com>:
>>>>>>
>>>>>>> For debugging JavaScript, I would recommend Chrome DevTools. Not
>>>>>>> sure why you think a self-compiled V8 would help with that.
>>>>>>>
>>>>>>> On Mon, Aug 13, 2018 at 12:13 AM dan Med 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Yes but by compiling v8 I should be able to debug javascript pages
>>>>>>>>
>>>>>>>> On Sun, 12 Aug 2018 at 23:53, 'Jakob Kummerow' via v8-users <
>>>>>>>> v8-users@googlegroups.com> wrote:
>>>>>>>>
>>>>>>>>> The official build instructions are at
>>>>>>>>> https://github.com/v8/v8/wiki/Building-with-GN. They work.
>>>>>>>>>
>>>>>>>>> That said, V8 implements ECMAScript, and as such has no idea about
>>>>>>>>> HTML or the DOM-related parts of JavaScript.
>>>>>>>>>
>>>>>>>>> On Sun, Aug 12, 2018 at 7:10 AM  wrote:
>>>>>>>>>
>>>>>>>>>> Hi i've been trying to build the javascript v8 engine for as long
>>>>>>>>>> as 3 weeks now,. i've followed many guides all of them miss some
>>>>>>>>>> information
>>>>>>>>>> I'm looking for a guide that helps to build the engine it self
>>>>>>>>>> along all of its compiler and stuff such that i could be able to 
>>>>>>>>>> throw at
>>>>>>>>>> it a /HTML/JS page.
>>>>>>>>>> Thank you
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> --
>>>>>>>>>> v8-users mailing list
>>>>>>>>>> v8-users@googlegroups.com
>>>>>>>>>> http://groups.google.com/group/v8-users
>>>>>>>>>> ---
>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>> Google Groups "v8-users" group.
>>>>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>>>>> send an email to v8-users+unsubscr...@googlegroups.com.
>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> --
>>>>>>>>> v8-users mailing list
>>>>>>>>> v8-users@googlegroups.com
>>>>>>>>> http://groups.google.com/group/v8-users
>>>>>>>>> ---
>>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>>> Groups "v8-users" group.
>>>>>>>

Re: [v8-users] Built

2018-08-13 Thread &#x27;Jakob Kummerow&#x27; via v8-users
You don't need to build Chromium, or anything else for that matter. Just
install regular Google Chrome, it contains DevTools.

What does "invoking the JIT compilers" have to do with debugging?

On Mon, Aug 13, 2018 at 11:08 AM dan Med  wrote:

> I really think that i don't need to build the entire chromim right now i
> need v8 only
>
>
> 2018-08-13 11:08 GMT+02:00 dan Med :
>
>> I will follow your link mentioned above the only thing i'm looking at
>> is will i be able to invoke the JIT compilers...
>>
>> 2018-08-13 10:27 GMT+02:00 dan Med :
>>
>>> Like launch v8 under a debugger and pass as an argument a page that
>>> contains javascript
>>>
>>>
>>> 2018-08-13 10:25 GMT+02:00 dan Med :
>>>
>>>> something like lldb or  gdb to see the memory...
>>>>
>>>> 2018-08-13 10:19 GMT+02:00 'Jakob Kummerow' via v8-users <
>>>> v8-users@googlegroups.com>:
>>>>
>>>>> For debugging JavaScript, I would recommend Chrome DevTools. Not sure
>>>>> why you think a self-compiled V8 would help with that.
>>>>>
>>>>> On Mon, Aug 13, 2018 at 12:13 AM dan Med 
>>>>> wrote:
>>>>>
>>>>>> Yes but by compiling v8 I should be able to debug javascript pages
>>>>>>
>>>>>> On Sun, 12 Aug 2018 at 23:53, 'Jakob Kummerow' via v8-users <
>>>>>> v8-users@googlegroups.com> wrote:
>>>>>>
>>>>>>> The official build instructions are at
>>>>>>> https://github.com/v8/v8/wiki/Building-with-GN. They work.
>>>>>>>
>>>>>>> That said, V8 implements ECMAScript, and as such has no idea about
>>>>>>> HTML or the DOM-related parts of JavaScript.
>>>>>>>
>>>>>>> On Sun, Aug 12, 2018 at 7:10 AM  wrote:
>>>>>>>
>>>>>>>> Hi i've been trying to build the javascript v8 engine for as long
>>>>>>>> as 3 weeks now,. i've followed many guides all of them miss some
>>>>>>>> information
>>>>>>>> I'm looking for a guide that helps to build the engine it self
>>>>>>>> along all of its compiler and stuff such that i could be able to throw 
>>>>>>>> at
>>>>>>>> it a /HTML/JS page.
>>>>>>>> Thank you
>>>>>>>>
>>>>>>>> --
>>>>>>>> --
>>>>>>>> v8-users mailing list
>>>>>>>> v8-users@googlegroups.com
>>>>>>>> http://groups.google.com/group/v8-users
>>>>>>>> ---
>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>> Groups "v8-users" group.
>>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>>> send an email to v8-users+unsubscr...@googlegroups.com.
>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>
>>>>>>> --
>>>>>>> --
>>>>>>> v8-users mailing list
>>>>>>> v8-users@googlegroups.com
>>>>>>> http://groups.google.com/group/v8-users
>>>>>>> ---
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "v8-users" group.
>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>> send an email to v8-users+unsubscr...@googlegroups.com.
>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>
>>>>>> --
>>>>>> --
>>>>>> v8-users mailing list
>>>>>> v8-users@googlegroups.com
>>>>>> http://groups.google.com/group/v8-users
>>>>>> ---
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "v8-users" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>> send an email to v8-users+unsubscr...@googlegroups.com.
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>> --
>>>>> --
>>>>> v8-users mailing list
>>>>> v8-users@googlegroups.com
>>>>> http://groups.google.com/group/v8-users
>>>>> ---
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "v8-users" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to v8-users+unsubscr...@googlegroups.com.
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>>
>>>>
>>>
>>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

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


Re: [v8-users] Built

2018-08-13 Thread &#x27;Jakob Kummerow&#x27; via v8-users
Firstly, as I said before, V8 does not know how to handle "a page that
contains JavaScript". It only understands pure ECMAScript. (I.e. only *.js
files, but no "window", no "document", no "..." etc.)

Secondly, running V8 in a debugger is not going to be helpful for debugging
JavaScript (only for debugging V8 itself). Give Chrome DevTools a try, they
are built for this purpose!

On Mon, Aug 13, 2018 at 10:27 AM dan Med  wrote:

> Like launch v8 under a debugger and pass as an argument a page that
> contains javascript
>
>
> 2018-08-13 10:25 GMT+02:00 dan Med :
>
>> something like lldb or  gdb to see the memory...
>>
>> 2018-08-13 10:19 GMT+02:00 'Jakob Kummerow' via v8-users <
>> v8-users@googlegroups.com>:
>>
>>> For debugging JavaScript, I would recommend Chrome DevTools. Not sure
>>> why you think a self-compiled V8 would help with that.
>>>
>>> On Mon, Aug 13, 2018 at 12:13 AM dan Med 
>>> wrote:
>>>
>>>> Yes but by compiling v8 I should be able to debug javascript pages
>>>>
>>>> On Sun, 12 Aug 2018 at 23:53, 'Jakob Kummerow' via v8-users <
>>>> v8-users@googlegroups.com> wrote:
>>>>
>>>>> The official build instructions are at
>>>>> https://github.com/v8/v8/wiki/Building-with-GN. They work.
>>>>>
>>>>> That said, V8 implements ECMAScript, and as such has no idea about
>>>>> HTML or the DOM-related parts of JavaScript.
>>>>>
>>>>> On Sun, Aug 12, 2018 at 7:10 AM  wrote:
>>>>>
>>>>>> Hi i've been trying to build the javascript v8 engine for as long as
>>>>>> 3 weeks now,. i've followed many guides all of them miss some
>>>>>> information
>>>>>> I'm looking for a guide that helps to build the engine it self along
>>>>>> all of its compiler and stuff such that i could be able to throw at it a
>>>>>> /HTML/JS page.
>>>>>> Thank you
>>>>>>
>>>>>> --
>>>>>> --
>>>>>> v8-users mailing list
>>>>>> v8-users@googlegroups.com
>>>>>> http://groups.google.com/group/v8-users
>>>>>> ---
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "v8-users" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>> send an email to v8-users+unsubscr...@googlegroups.com.
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>> --
>>>>> --
>>>>> v8-users mailing list
>>>>> v8-users@googlegroups.com
>>>>> http://groups.google.com/group/v8-users
>>>>> ---
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "v8-users" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to v8-users+unsubscr...@googlegroups.com.
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>> --
>>>> --
>>>> v8-users mailing list
>>>> v8-users@googlegroups.com
>>>> http://groups.google.com/group/v8-users
>>>> ---
>>>> You received this message because you are subscribed to the Google
>>>> Groups "v8-users" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to v8-users+unsubscr...@googlegroups.com.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>> --
>>> --
>>> v8-users mailing list
>>> v8-users@googlegroups.com
>>> http://groups.google.com/group/v8-users
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "v8-users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to v8-users+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

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


Re: [v8-users] Built

2018-08-13 Thread &#x27;Jakob Kummerow&#x27; via v8-users
For debugging JavaScript, I would recommend Chrome DevTools. Not sure why
you think a self-compiled V8 would help with that.

On Mon, Aug 13, 2018 at 12:13 AM dan Med  wrote:

> Yes but by compiling v8 I should be able to debug javascript pages
>
> On Sun, 12 Aug 2018 at 23:53, 'Jakob Kummerow' via v8-users <
> v8-users@googlegroups.com> wrote:
>
>> The official build instructions are at
>> https://github.com/v8/v8/wiki/Building-with-GN. They work.
>>
>> That said, V8 implements ECMAScript, and as such has no idea about HTML
>> or the DOM-related parts of JavaScript.
>>
>> On Sun, Aug 12, 2018 at 7:10 AM  wrote:
>>
>>> Hi i've been trying to build the javascript v8 engine for as long as 3
>>> weeks now,. i've followed many guides all of them miss some information
>>> I'm looking for a guide that helps to build the engine it self along all
>>> of its compiler and stuff such that i could be able to throw at it a
>>> /HTML/JS page.
>>> Thank you
>>>
>>> --
>>> --
>>> v8-users mailing list
>>> v8-users@googlegroups.com
>>> http://groups.google.com/group/v8-users
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "v8-users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to v8-users+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> --
>> v8-users mailing list
>> v8-users@googlegroups.com
>> http://groups.google.com/group/v8-users
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "v8-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to v8-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

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


Re: [v8-users] Built

2018-08-12 Thread &#x27;Jakob Kummerow&#x27; via v8-users
The official build instructions are at
https://github.com/v8/v8/wiki/Building-with-GN. They work.

That said, V8 implements ECMAScript, and as such has no idea about HTML or
the DOM-related parts of JavaScript.

On Sun, Aug 12, 2018 at 7:10 AM  wrote:

> Hi i've been trying to build the javascript v8 engine for as long as 3
> weeks now,. i've followed many guides all of them miss some information
> I'm looking for a guide that helps to build the engine it self along all
> of its compiler and stuff such that i could be able to throw at it a
> /HTML/JS page.
> Thank you
>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

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