https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65434
Markus Eisenmann <meisenmann....@fh-salzburg.ac.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meisenmann.lba@fh-salzburg. | |ac.at --- Comment #6 from Markus Eisenmann <meisenmann....@fh-salzburg.ac.at> --- Created attachment 40318 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40318&action=edit Provide optional "static" memory-allocation in eh_alloc.cc (on demand) This patch provides a minor extension to allocate the emergency-buffer from BSS, if the needed size is bellow a limit (macro LIMIT_EMERGENCY_BSS_MEM, e.g. 4096 Byte).