I have a const array allocated inside a function and the IR is showing this has a global function (ie. there is no allocation for the space inside the function). <br><br>For example:<br><br>const int32 local_array[256] = {constValue, constValue, ..... }<br>
<br>Is there any particular reason this may be occuring?<br><br>Thanks.<br>