On Nov 4, 2007, at 9:12 PM, Darren Bane wrote:
On 05/11/2007, Dennis Ruffer <[EMAIL PROTECTED]> wrote:
!snipped!

That worked, but killed the performance.  It must be picking up
other stuff too.

sieve bubble matrix  fib  platform and version
  0.468 0.584  0.278 0.712 PPC (G4) 1.67 GHz OSX 10.4.10 powerpc-
apple-darwin8.10.0 --enable-force-reg
  3.442 4.014  2.155 4.056  w/ env CFLAGS=-I/opt/local/include
LDFLAGS=-L/opt/local/lib

Can you run "otool -L /usr/local/bin/gforth" (or wherever your binary
is installed)? Thanks.
--
Without ffi-call

./gforth:
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.10)

With ffi-call

./gforth:
/opt/local/lib/libffi-2.1.dylib (compatibility version 0.0.0, current version 0.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.10)

Darren Bane

DaR


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to