On Sat, 30 Aug 2003 7:31am, Alexander R. Pruss wrote:
This is not Plucker-specific, but I thought someone would know. Are there
any good profiling solutions for optimizing code (68k at least)? And is
there a version of POSE that has exact instruction timings (so that speed on
that version is the same as speed on an actual 68k device)?
I've had good success with the POSE profiler. It's not exactly accurate (some aspects of 68k execution are hard to emulate as they need the runtime state), but it's more than accurate enough.
I've used the POSE profiler with both Metrowerks and gcc. Gcc traces are sometimes messed up, but you can work it out.
It's really very good.
djw _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
