michaelrsweet/mxml

Avoid large stack variables

Opened this issue · 0 comments

Some embedded environments and POSIX threads provide a smaller stack than regular desktop applications. Look at using allocated buffers instead of large character arrays on the stack.