|
From: Dan K. <da...@ke...> - 2007-12-08 01:09:38
|
On Dec 7, 2007 4:37 PM, Stephen Licata <sl...@al...> wrote: > Also, although I am running this program on a Linux x86 box, it will actually > be used on a NASA experiment which uses the Arcturus embedded uClinux system - > which doesn't even have a floating point processor (Ugh!). In addition, we > have been advised to avoid "malloc" like the plague as this system does not > handle that relably. Then you should probably make your very large variables static, not stack. |