[webkit-dev] Baseline JIT, DFG JIT on separate thread

2013-06-26 Thread Gabor Rapcsanyi
Hello! As I saw the DFG optimization and compilation are running on the main thread in JSC. I'm wondering if there is any known technical issue which block the parallelization of this? I would like to investigate this area if there is no strong objections to put these to separate thread. Any

Re: [webkit-dev] Baseline JIT, DFG JIT on separate thread

2013-06-26 Thread Filip Pizlo
On Jun 26, 2013, at 7:36 AM, Gabor Rapcsanyi rga...@inf.u-szeged.hu wrote: Hello! As I saw the DFG optimization and compilation are running on the main thread in JSC. I'm wondering if there is any known technical issue which block the parallelization of this? This is damn hard. In ToT,