Igalia / meta-webkit

Yocto / OpenEmbedded layer for WebKit based engines and browsers
MIT License
125 stars 69 forks source link

Disable gold and JIT on mips/ppc/RISCV #262

Closed kraj closed 3 years ago

clopez commented 3 years ago

Disabling JIT for mips64 and risc-v seems right, as we don't currently support JSC JIT on that architectures. However, disabling it for mipsel (32-bit) doesn't seem right because that architecture is one of the ones we actively support and JIT should work on it.

Do you have any report of JSC JIT not working on mipsel-32bit ?

kraj commented 3 years ago

@clopez can you review it again now please.

kraj commented 3 years ago

@clopez can you review and apply it ?

clopez commented 3 years ago

Looks good. Thanks!