Re: [v8-dev] Questions about concurrent recompilation for Crankshaft

2016-11-10 Thread Jochen Eisinger
On Thu, Nov 10, 2016 at 9:30 PM Jay wrote: > Hi, > > I have some questions about concurrent recompilation for Crankshaft. > > 1. Crankshaft's compilation is 3-step: CreateGraph, OptimizeGraph and > GenerateCode. It seems like only the second step is done on the background >

[v8-dev] Questions about concurrent recompilation for Crankshaft

2016-11-10 Thread Jay
Hi, I have some questions about concurrent recompilation for Crankshaft. 1. Crankshaft's compilation is 3-step: CreateGraph, OptimizeGraph and GenerateCode. It seems like only the second step is done on the background thread concurrently. What prevents the other steps to be parallelized as