March 30, 2010
10:21 p.m.
On Tue, 2010-03-30 at 14:01 -0700, John M McIntosh wrote:
On 2010-03-30, at 11:43 AM, Levente Uzonyi wrote:
That's probably because Laurent built almost every plugin as external. These include those which are responsible for displaying stuff on the screen.
Um, mmmm Once we find and load the plugin we cache the entry point so later references don't incur much of a cost. Maybe there is no compiler optimization in the compile for the external plugin?
I'd be surprised if building plugins as external is the cause of the problem as that's standard practice for Unix VMs. Ian does it for his and I followed his lead with the Exupery VMs. Bryce