Re: [v8-users] Can I manually fulfill feedback vector to achieve aot compilation?

2017-10-26 Thread Jakob Kummerow
No, it is not possible to populate the feedback vector manually. A lot of its contents are pointers to dynamically generated objects on the heap. On Thu, Oct 26, 2017 at 3:05 PM Bogdan Orlov wrote: > Is it possible to compile js code with TurboFan without running it in >

[v8-users] Can I manually fulfill feedback vector to achieve aot compilation?

2017-10-26 Thread Bogdan Orlov
Is it possible to compile js code with TurboFan without running it in interpreter mode by manually fulfilling feedback vector by informations of types getting from typescript compiler? I so, is it possible to compile v8 with my code without touching jit-system so I can run it on ios devices? I

[v8-users] Crash cause?

2017-10-26 Thread Kavin Mani
Hi, I am fairly new to V8 and I am trying to build an application with V8. It results in a crash and I am not sure about the cause of it. ScavengePointer seems to look like Garbage Collection issue but I am not sure if that's the real cause. Can someone please help me out? Thanks in advance!