<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Jean-Marc Valin wrote:
<blockquote cite="mid1109882359.8052.1.camel@localhost" type="cite">
<blockquote type="cite">
<pre wrap="">alloca() allocates memory in the current stack frame, and works for both
gcc and icc.
</pre>
</blockquote>
<pre wrap=""><!---->
Another problem I find with alloca is that you cannot control the
alignment. This might cause problem with the SSE code, which requires
16-byte alignment.
</pre>
</blockquote>
<br>
That's a pretty simple problem to solve, though; make a speex_alloca()
which gives you back something aligned..<br>
<br>
-SteveK<br>
<br>
</body>
</html>