Re: [v8-users] jitless mode broken on ARM64

2019-08-08 Thread 'Santiago Aboy Solanes' via v8-users
Your error seems to be the same as https://bugs.chromium.org/p/v8/issues/detail?id=9588 We are looking into it. -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups

Re: [v8-users] jitless mode broken on ARM64

2019-08-08 Thread Jakob Gruber
The CL you pointed to experimentally enables it for arm64 (so also iOS). I don't know what the cause is but yes, pointer compression should work in jitless mode. On Thu, Aug 8, 2019 at 8:13 AM Darin Dimitrov wrote: > Thanks for the quick tip. Shouldn't pointer compression be disabled by >

Re: [v8-users] jitless mode broken on ARM64

2019-08-08 Thread Darin Dimitrov
Thanks for the quick tip. Shouldn't pointer compression be disabled by default when target_os="ios"? Or is it just some issue that will be fixed and we will be able to use pointer compression in jitless mode in the future? On Thursday, August 8, 2019 at 7:49:16 AM UTC+3, Jakob Gruber wrote: >

Re: [v8-users] jitless mode broken on ARM64

2019-08-07 Thread Jakob Gruber
Darin, thanks for reporting this. You can disable pointer compression with the 'v8_enable_pointer_compression = false' gn flag. On Wed, Aug 7, 2019 at 5:24 PM Santiago Aboy Solanes wrote: > Looks to be the same as > https://bugs.chromium.org/p/v8/issues/detail?id=9588 > > On Wed, Aug 7, 2019 at

Re: [v8-users] jitless mode broken on ARM64

2019-08-07 Thread Jakob Gruber
+Santiago Aboy Solanes On Wed, Aug 7, 2019 at 2:09 PM Darin Dimitrov wrote: > I have cross compiled V8 for iOS and > running in "--jitless" mode on an arm64 > device (iPhone 6). > > Everything has been working smoothly until

[v8-users] jitless mode broken on ARM64

2019-08-07 Thread Darin Dimitrov
I have cross compiled V8 for iOS and running in "--jitless" mode on an arm64 device (iPhone 6). Everything has been working smoothly until the following commit which appears to have broken it: