[Opensim-dev] proposal: cleanup and break up region modules
Tleiades
tleiades at hotmail.com
Thu Jan 29 06:15:55 UTC 2009
> I'd be much more of a fan of having each module a seperate dll. Files
> are cheap too. :) And that makes it very clear to people what they are
> loading, and what they aren't loading.
>
(On the fear of talking about performance prematurely)
Won't that cause problems for the JIT'er?
Normally access to member variables gets optimized away into a direct
memory access rather than invocation of a JSR. If I recall correctly
this optimization does not work for dynamically loaded assemblies.
More information about the Opensim-dev
mailing list