Re: [v8-users] Log explanation

2015-10-14 Thread Ben Noordhuis
On Wed, Oct 14, 2015 at 3:38 PM, Ignacio Queralt wrote: > Hi everybody, > I'm currently using d8 (the standalone version of the v8), and I'm trying to > understand what's the meaning of the output when the flag --trace_opt is on, > and when the flag --trace_deopt is on,

[v8-users] Re: Mercurial downloads

2015-10-14 Thread GS apple
Le mercredi 14 octobre 2015 17:39:53 UTC+2, GS apple a écrit : > > Mercurial 3.5.2 > > Mercurial 3.5.2 for MacOS X 10.10 > download > > Mercurial > 3.5.2 for Python 2.7 on Windows x64 (source install) > download

[v8-users] Mercurial downloads

2015-10-14 Thread GS apple
Mercurial 3.5.2 Mercurial 3.5.2 for MacOS X 10.10 download Mercurial 3.5.2 for Python 2.7 on Windows x64 (source install) download

Re: [v8-users] v8::platform::PumpMessageLoop().

2015-10-14 Thread Jochen Eisinger
If you use phantom handles, the 2nd callback will be posted to the message loop. In the future, more tasks might get posted to it On Tue, Oct 13, 2015, 4:07 PM 'Aaron Link' via v8-users < v8-users@googlegroups.com> wrote: > On Tue, Oct 13, 2015 at 3:06 AM, Jochen Eisinger >

Re: [v8-users] v8::platform::PumpMessageLoop().

2015-10-14 Thread Jochen Eisinger
It should happen on whatever thread you use the isolate on. If you have an app that is more complex than hello world, I assume you already have some kind of message loop. In that case, I'd recommend to implement your own v8::Platform and just post to that message loop On Tue, Oct 13, 2015, 6:47

[v8-users] Log explanation

2015-10-14 Thread Ignacio Queralt
Hi everybody, I'm currently using d8 (the standalone version of the v8), and I'm trying to understand what's the meaning of the output when the flag --trace_opt is on, and when the flag --trace_deopt is on, but I'm having some trouble to fully understand it. Here is the first part of the