Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Classloading enhancements

Just to clarify, the optimization has been in for a while but you had to
explicitly turn it on using the -classloaderProperties command line arg.

This change optimizes out classload failures for the given plugin.  So by
specing the values for JDT UI, you have optimized JDT UI and as a result,
it and any plugin that depends on it will load classes a bit faster. The
effect is cumulative.  The more plugins that define their packages, the
faster classloading is across the platform.

Jeff



                                                                                                      
                      "Adam Kiezun"                                                                   
                      <adam.kiezun@gmx.n        To:       <eclipse-dev@xxxxxxxxxxx>                   
                      et>                       cc:                                                   
                      Sent by:                  Subject:  Re: [eclipse-dev] Classloading enhancements 
                      eclipse-dev-admin@                                                              
                      eclipse.org                                                                     
                                                                                                      
                                                                                                      
                      12/11/2002 04:36                                                                
                      PM                                                                              
                      Please respond to                                                               
                      eclipse-dev                                                                     
                                                                                                      
                                                                                                      



> You shouldn't see a difference because the optimization has been in for
> awhile.  The only difference in the new build is the new extension point.


alright, i see.
that's what i tried - i added our prefixes to the plugin.xml
will have to look for [startup] improvements somewhere else then.
but it is a good news for plugins from outside the sdk.

a.

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev





Back to the top