CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2026/06/06 01:24:11

Modified files:
        devel/jujutsu  : Makefile 
Added files:
        devel/jujutsu/patches: patch-cli_src_main_rs 

Log message:
jujutsu: pull in upstream #9610 to disable mimalloc

I was unsure whether I should disable mimalloc for OpenBSD but then thought
I'd go with upstream's decision despite performance properties of mimalloc
not being great on OpenBSD. While mimalloc has been working fine for me in
the last few weeks and is well tested via python, mimalloc turns out to be
completely broken on illumos, at least the way jujutsu uses it. A day after
release upstream therefore decided not to enable it on platforms they don't
cover in CI. So let just not use this code since it will be disabled again
anyway in a month at the latest.

Reply via email to