tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Best workaround for VLA's


From: Luis Alejandro Muzzachiodi
Subject: [Tinycc-devel] Best workaround for VLA's
Date: Thu, 7 Apr 2011 21:50:44 -0700 (PDT)

Until now i was using successfully TCC with a multiplatform library.
However in the last time the author begin to use VLA's (and tough i'm trying that not, it's very possible that he keeps and/or increases more your use).
So, what's would be the best workaround in TCC for stuff like:
     char str[i+15];
or
     float flt[veclen];
etc.?
I mean, the simplest option could be the max possible length, sure; but i haven't idea of max size of these arrays ...
Having this on mind, what's the best alternative (if exists...) ?.
Thanks.

Alejandro

reply via email to

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