tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] VLA implementation


From: Michael Matz
Subject: Re: [Tinycc-devel] VLA implementation
Date: Mon, 9 Nov 2015 16:43:51 +0100 (CET)
User-agent: Alpine 2.20 (LSU 67 2015-01-07)

Hi,

On Sat, 7 Nov 2015, Sergey Korshunoff wrote:

> > I don't know. Which software do you have that uses VLAs?
> VLA -- variable length arrays
> int a1[20]; // fixed length array
> int i = 20;
> int a2[i]; // variable length array

Yeah, well, we know what VLAs are.  The question was, which software do 
you use, that requires VLAs "with interrupts" (whatever that's supposed to 
mean)?


Ciao,
Michael.



reply via email to

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