tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] RE :Re: VLA implementation


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] RE :Re: VLA implementation
Date: Tue, 10 Nov 2015 23:10:23 +0300

> Then everything would have to be tested with and without the pragma.
Quite a maintenance burden for a feature that doesn't seem to be much
in demand.

declaring a VLA array at the start of the function (before any code)
can be a replacement for the pragma (much more natural way). In thise
case a stack restoring can be moved from jump point to the label
point. Or we use an old algo for the stack restoring and issue a
warning. Do not see any maintenance burden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]