> Unfortunately, I removed the new JIT perf support from v8 for now because the jitdump.h header file from the kernel does not have a suitable license
Oh. Was there no possibility to just remove the file itself and keep the rest? File location can be a build parameter, it's kinda a system header after all. Vyacheslav Egorov On Wed, Jun 17, 2015 at 7:17 AM, Jaroslav Sevcik <[email protected]> wrote: > It simplifies some common tasks that I had to do manually: mapping >> deoptimizations to source locations or mapping performance data from >> profiles to HIR (you can check out http://go/irhydra-perf for >> instructions how to use perf with irhydra, however those instructions >> depend on some patches to perf that were not completely upstreamed at the >> moment of writing - though now I think most of them has landed). >> > > Unfortunately, I removed the new JIT perf support from v8 for now because > the jitdump.h header file from the kernel does not have a suitable license. > Stephane said he could dual-license it - once he does, I will add the > support back. > -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
