Hey,

On 16.10.22 14:02, Sebastian Ramacher wrote:
I was looking into applying Ubuntu's patch to Debian. It still has the
issue that the builds on arm64 and armhf fail. Reverting to 11.0.11+0
seems to fix that.

So we definitely need the g++-11 dependency as well. I guess I was misled by the most recent logs now failing due to ffmpeg, but the earlier log failed differently - that's true.

I think it's still worthwhile to upload this build. It looks like the getJumpIsland* code is guarded by an JUMP_ISLANDS ifdef (and newly introduced in +1). But it's also hard-enabled for ARM64 specifically:

| #if CPU(ARM64) && CPU(ADDRESS64)
| #define USE_JUMP_ISLANDS 1
| #endif

Did I expect to run into an embedded copy of WebKit? Not really. We are also already turning off the JIT for armel through a patch.

Kind regards
Philipp Kern

Reply via email to