re: alacritty: possible inputmethod issue?
matthew green <[email protected]> Tue, 13 Jul 2021 15:21:42 +1000
| Newsgroups | gmane.os.netbsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
> > while Martin preferred b), i'd rather go with a) so we match > > upstream's implementation. > > FreeBSD 13, OpenBSD 6.9 & Ubuntu 19.04, all three, also take > option a). actually, upstream have it as a ./configure switch, but it's good to see that others don't use it. i ran a quick test to comapre the resource consumption for these and i'm convinced that the dynamic version wastes more memory in all cases. on amd64 if the 5 libraries are dynamically loaded then 20 or 21 more machine pages will be allocated. also makes alacritty work. :-) i'll commit something soon. thanks again RVP! .mrg.