Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] profiling stuff..

Johan,

Your patch looks good.

I committed ModelElement.equals() optimization myself today, so please update.

Small point about formatting changes - it would be better to

a) avoid formatting changes when it is possible
OR
b) commit formatting changes separately

So it would be easier to analyze file history if needed.

Alex



Johan Compagner wrote:
Ok

i made a little bit more improvements to that area.
any objections with the patch that is attached?

I also changed the internal variable of ModelElementInfo from an [] to a List (null if nothing) Because at my place that grows to almost 400 and every add does an array copy And this also happens constantly even with typing because then also the source is parsed.

johan

------------------------------------------------------------------------

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


Back to the top