X512

Results 119 comments of X512

My current Mold patches for Haiku: https://github.com/X547/mold/commit/ccbadabd1d1596da406a81396426ee58ddfab42d.

PE executables are used not only in Windows, but also in EFI (so many operating systems include UNIX-like can use it for boot loader), [SanOS](http://www.jbox.dk/sanos/), BeOS R4 x86 and others.

Haiku kernel for riscv64 and x86_64 can be linked with Mold after some adaptations of build system (avoiding use of `ld -r` that Haiku use a lot to produce intermediate...

> Did you miss my [#456 (comment)](https://github.com/rui314/mold/issues/456#issuecomment-1105895420) ? Install `devel/mold` from latest ports tree. That is the binary that is triggering the error, or is that not appropriate for testing...

Do you mean write absolute addresses into executable code? That work fine on 32 bits but not well suited for 64 bit because instruction immediate values are usually 32 bit...

mold is functional on 32 bit x86 Haiku. But I have not tested LTO.

Maybe related: https://github.com/rui314/mold/issues/289.

Maybe it is better to fix pkgconfig files in ncurses package?

ffmpeg is loaded dynamically by Media Kit, so GPL license is not inherited to Media Kit and application, isn't it? Also is it possible to provide multiple variants of same...

> OpenH264 is BSD licensed. Can we enable that instead? OpenH264 is slower than x264. Speed is important because Haiku have no hardware encoding support.