swarm-support
[Top][All Lists]
Advanced

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

Re: Swarm Performance Topics (was Re: Seg fault after 2 days of simulati


From: Marcus G. Daniels
Subject: Re: Swarm Performance Topics (was Re: Seg fault after 2 days of simulation
Date: 18 Oct 1999 08:12:49 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "PJ" == Paul Johnson <address@hidden> writes:

PJ> When my apps run slow, and I profile them, I find 50 percent or
PJ> more of the calls are to objc_message_lookup.  Aside from the
PJ> trick of using IMP type variables to cache frequently accessed
PJ> methods, I have no information about how to deal with performance
PJ> issues. 

Caching the function for a dispatched method (the IMP trick), will
eliminate objc_message_lookup overhead.  If you still see it, that means 
other message dispatches are bottlenecks in your model.


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]