[v8-users] My program was blocked at NewFromOneByte functions

2014-12-11 Thread dan wu
V8's version is 3.20.There is some infomation from "pstack" command. Thread 4 (Thread 0x7f289ffb7700 (LWP 16030)): #0 0x003b0ca0dfe4 in __lll_lock_wait () from /lib64/libpthread.so.0 #1 0x003b0ca09333 in _L_lock_892 () from /lib64/libpthread.so.0 #2 0x003b0ca09217 in pthread_mute

Re: [v8-users] make dependencies and make builddeps

2014-12-11 Thread Louis Santillan
Ahh...thanks for clarification. On Thu, Dec 11, 2014 at 1:25 AM, Jochen Eisinger wrote: > Step 5) is not necessary for the initial checkout. fetch v8 will also fetch > all dependencies > > best > -jochen > > On Wed Dec 10 2014 at 4:57:55 PM Louis Santillan wrote: >> >> Thanks for the update. I

Re: [v8-users] make dependencies and make builddeps

2014-12-11 Thread Jochen Eisinger
Step 5) is not necessary for the initial checkout. fetch v8 will also fetch all dependencies best -jochen On Wed Dec 10 2014 at 4:57:55 PM Louis Santillan wrote: > Thanks for the update. I see that build docs were already updated [0][1]. > > To bring all the steps together, it's a 6 step proce

Re: [v8-users] Why is array bounds checks hoisting optimization disabled in crankshaft?

2014-12-11 Thread Jakob Kummerow
No specific reason, I think. It was just never pushed into production. And at this point, with Crankshaft deprecated, it's probably not worth the regression risk. Maybe at some point in the future it'll inspire a similar algorithm in Turbofan. On Wed, Dec 10, 2014 at 10:45 PM, Prince wrote: > >