Re: [v8-users] Using Isolate and Handlescope in a library

2014-06-30 Thread Sven Panne
On Sun, Jun 29, 2014 at 12:07 PM, Peter dietersk...@gmail.com wrote: [...] Error while loading operator: ../build/libNodeJSOperatorWrapper.so: undefined symbol: _ZN2v811HandleScope12CreateHandleEPNS_8internal7IsolateEPNS1_6ObjectE - TxToken: 5 I don't know in detail what you're doing, but

Re: [v8-users] RE: Variation in Octane runs

2014-06-30 Thread Ben Noordhuis
On Mon, Jun 30, 2014 at 6:19 AM, Amruth Raj P ar...@nvidia.com wrote: On an ARM32 chipset, I observed ~10% variation in Octane results. My source code is based on latest trunk revision. On debugging more, I found that a major amount of this comes from Splay sub test and the reason for that is

RE: [v8-users] RE: Variation in Octane runs

2014-06-30 Thread Amruth Raj P
Ben, Thanks for your reply. I see that Octane already overrides Math.random() to provide a deterministic behavior(in benchmarks/base.js). Will these flags have an effect on top of this? I can rebuild my source code with snapshot=no if required. Regards, Amruth Raj. -Original Message-