Sat, 06 Jan 2001 22:37:35 +1100, Manuel M. T. Chakravarty <[EMAIL PROTECTED]> pisze:

> If there were a faster alloca, it would still speed up the
> common case where there is no conversion or the initial size
> estimate is correct.

I'm afraid the common case includes a conversion.

It would indeed speed up the case when the size estimate is correct,
and slow down the case where it is not correct (wasting some memory).
Most of the time the estimate will be correct, but it will have to
be measured if the speedup is worth the compilcation (when we have
a faster alloca at all)...

-- 
 __("<  Marcin Kowalczyk * [EMAIL PROTECTED] http://qrczak.ids.net.pl/
 \__/
  ^^                      SYGNATURA ZASTĘPCZA
QRCZAK


_______________________________________________
FFI mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/ffi

Reply via email to