Re: [v8-users] Building for iOS: requested alignment must be 536870912 bytes or smaller

2021-05-04 Thread Jakob Gruber
Updating instructions here https://github.com/v8/v8.dev/pull/549 (feel free to create pull requests yourself if you have addtl improvements). On Tue, May 4, 2021 at 5:17 PM Richard wrote: > Turning off pointer compression was the solution... > > On Tuesday, May 4, 2021 at 11:17:21 AM UTC-4 Richa

Re: [v8-users] Building for iOS: requested alignment must be 536870912 bytes or smaller

2021-05-04 Thread Richard
Turning off pointer compression was the solution... On Tuesday, May 4, 2021 at 11:17:21 AM UTC-4 Richard wrote: > It looks like that fixed it. There are some general build errors now, but > if they pose a problem, I'll post again. > > Thanks! > > On Tuesday, May 4, 2021 at 3:40:38 AM UTC-4 Cleme

Re: [v8-users] Building for iOS: requested alignment must be 536870912 bytes or smaller

2021-05-04 Thread Richard
It looks like that fixed it. There are some general build errors now, but if they pose a problem, I'll post again. Thanks! On Tuesday, May 4, 2021 at 3:40:38 AM UTC-4 Clemens Backes wrote: > Alternatively, remove that use of V8_ASSUME_ALIGNED. It's just a hint for > the compiler, it's not need

Re: [v8-users] Building for iOS: requested alignment must be 536870912 bytes or smaller

2021-05-04 Thread Clemens Backes
Alternatively, remove that use of V8_ASSUME_ALIGNED. It's just a hint for the compiler, it's not needed for correctness. On Tue, May 4, 2021 at 7:30 AM Jakob Gruber wrote: > Try turning off pointer compression: > https://source.chromium.org/chromium/chromium/src/+/main:v8/BUILD.gn;l=121;drc=f98f

Re: [v8-users] Building for iOS: requested alignment must be 536870912 bytes or smaller

2021-05-03 Thread Jakob Gruber
Try turning off pointer compression: https://source.chromium.org/chromium/chromium/src/+/main:v8/BUILD.gn;l=121;drc=f98f496f9e5e9faea58e1de737d9d46e2248b337 Let us know if it works, we should update the iOS instructions page if so. On Mon, May 3, 2021 at 2:20 PM Richard wrote: > I'm getting thi

[v8-users] Building for iOS: requested alignment must be 536870912 bytes or smaller

2021-05-03 Thread Richard
I'm getting this error when building for iOS: In file included from ../../v8/v8/src/builtins/builtins-async-iterator-gen.cc:11: In file included from ../../v8/v8/src/execution/frames-inl.h:13: In file included from ../../v8/v8/src/objects/objects-inl.h:21: In file included from ../../v8/v8/src/he