[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.
- [Tinycc-devel] VLA implementation, Edmund Grimley Evans, 2015/11/05
- Re: [Tinycc-devel] VLA implementation, Sergey Korshunoff, 2015/11/05
- [Tinycc-devel] Modified/broken resolution of include dirs, avih, 2015/11/05
- Re: [Tinycc-devel] VLA implementation, Edmund Grimley Evans, 2015/11/06
- Re: [Tinycc-devel] VLA implementation, Edmund Grimley Evans, 2015/11/06
- Re: [Tinycc-devel] VLA implementation, Sergey Korshunoff, 2015/11/06
- Re: [Tinycc-devel] VLA implementation, Edmund Grimley Evans, 2015/11/06
- Re: [Tinycc-devel] VLA implementation, Sergey Korshunoff, 2015/11/06
- Re: [Tinycc-devel] VLA implementation,
Michael Matz <=
- Re: [Tinycc-devel] VLA implementation, Sergey Korshunoff, 2015/11/09
- Re: [Tinycc-devel] VLA implementation, Sergey Korshunoff, 2015/11/09
- Re: [Tinycc-devel] VLA implementation, Edmund Grimley Evans, 2015/11/09
- Re: [Tinycc-devel] VLA implementation, Sergey Korshunoff, 2015/11/09
- Re: [Tinycc-devel] VLA implementation, Sergey Korshunoff, 2015/11/10
- Re: [Tinycc-devel] VLA implementation, Sergey Korshunoff, 2015/11/10