[Piglit] [PATCH 2/3] Use alloca instead of variable length arrays

Matt Turner mattst88 at gmail.com
Fri Dec 12 12:58:00 PST 2014


I'm curious what the motivation for removing variably-sized arrays is,
but if I accept that that's a good thing to do then the first patch
makes sense, but I don't understand this one.

How is a variably-size array different from using alloca()?


More information about the Piglit mailing list