Re: [PATCH 0/8] Decrease stack size below 2048 bytes

2025-04-04 Thread Ján Tomko via Devel
On a Friday in 2025, Michal Privoznik via Devel wrote: Inspired by Roman's patch: https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/FNAFORLGXFBL7KPI7RTBWV2ERHX57RIR/ There are two functions where clang produces stack greater than 2048 bytes (our current limit - see @stack_f

[PATCH 0/8] Decrease stack size below 2048 bytes

2025-04-04 Thread Michal Privoznik via Devel
Inspired by Roman's patch: https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/FNAFORLGXFBL7KPI7RTBWV2ERHX57RIR/ There are two functions where clang produces stack greater than 2048 bytes (our current limit - see @stack_frame_size in meson.build): 1) doRemoteOpen() 2) vbox