C++14 implementation status

Gabriel Dos Reis gdr@integrable-solutions.net
Thu Jun 13 15:37:00 GMT 2013


On Thu, Jun 13, 2013 at 10:15 AM, Marc Glisse
>> allocation if the size request is too large for a stack frame.
>> Finding a meaningful upper limit of stack frame size might be a trick.
>
>
> I think 2048 bytes is a good start as a switch point between stack and heap
> ;-)

Well, that is lot :-)

Also, this is usually a per-user runtime environment
variable...  I suspect we need to gather lot of information
about what the C-land does in these cases for VLAs.

-- Gaby



More information about the Libstdc++ mailing list