VM crash

David T. Lewis lewis at mail.msen.com
Mon Jun 5 09:45:46 UTC 2006


On Mon, Jun 05, 2006 at 09:39:31AM +0100, Cowdery, Bob [UK] wrote:
> > I've looked how #asFloat, used in the FloatArrayPlugin, is c-translated:  
> > its argument is casted to double. But your c-code example defines float  
> > *result and float[4096] ?
> That sound like it should be a problem but in practice seems ok.
 
A FloatArray contains 32 bit float values (not C doubles), so your
declaration is correct.

Dave




More information about the Squeak-dev mailing list