[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PCL benchmark




Firstly, No I didn't use any PSL "system" level of optimization.  I've done
some benchmarks between AKCL, and PSL and PSL is about twice as fast in the
best cases. 

I'm not all that familiar with the internals of ERNIE, but I know that when
you declare a class, you can list the methods associated with that class.
This information is utilizated by the compiler to compile method invokations
directly into function calls.  Basically, ERNIE is set up so a lot
of the decisions made by the object system are done at compile time
as oppossed to run time as in PCL.




Chris Burdorf