Re: [v8-users] Re.firefox performing

2012-11-14 Thread Jakob Kummerow
This is the sixth or so nonsensical mail that you've sent to this list in the past few days. Would you please stop that? If you'd like to unsubscribe, you can do that at https://groups.google.com/forum/?fromgroups#!forum/v8-users. On Wed, Nov 14, 2012 at 10:33 AM, joko suwito joko...@gmail.com

Re: [v8-users] v8::Boolean::New

2012-11-14 Thread Matthias Ernst
I would guess it's probably because True and False are pre-allocated objects and this way the api avoids the overhead of allocating and tracking new handles in a HandleScope, as small as this overhead is. On Wed, Nov 14, 2012 at 12:38 PM, David david.mak...@gmail.com wrote: Why does

[v8-users] v8::Boolean::New

2012-11-14 Thread joko_suwito
thank you! -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users

Re: [v8-users] v8::Boolean::New

2012-11-14 Thread joko_suwito
thank you. -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users

Re: [v8-users] v8::Boolean::New

2012-11-14 Thread David
good point - thanks. On Wednesday, November 14, 2012 12:04:56 PM UTC, Matthias Ernst wrote: I would guess it's probably because True and False are pre-allocated objects and this way the api avoids the overhead of allocating and tracking new handles in a HandleScope, as small as this

[v8-users] [HELP] embed v8 through android apps

2012-11-14 Thread joko_suwito
thank you -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users

[v8-users] re.v8-joko_suw...@googlegroups.bom

2012-11-14 Thread joko suwito
re.v8-joko_suw...@googlegroups.com -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users

Re: [v8-users] using compiled javascript code from a different thread

2012-11-14 Thread Guillermo González Fernández
Thank you Daniel, I don't know exactly what I was doing wrong, because I was using Lockers (right now, I think I don't need 'Isolates' stuff) and my application crashed. Maybe, I had missed some 'v8::Locker locker' in a critical section. The thing is, now I can compile the javascript code in