IRC channel logs

2021-08-24.log

back to list of logs

***janneke_ is now known as janneke
<stikonas>oriansj: https://github.com/oriansj/stage0-posix/pull/41
<stikonas>that's hex2.hex1 for riscv64
<stikonas>hmm, so speed difference between GAS and bootstrap binaries seems to be due to mprotect calls according to strace
<stikonas>no idea why that is called though
<stikonas>maybe something to do with qemu
<stikonas>or maybe due to base address
<stikonas>GAS uses different base address
<stikonas>oh, maybe 's probably something to do with GAS setting the correct size of .text area
<stikonas>anyway, I think this slowness is qemu-specific and won't be observed on real hardware