Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] OOME and performance issues in JSDT - questions for those who use...

On 05/26/2015 11:16 PM, Max Rydahl Andersen wrote:

Looks great! Hope this can get into SR1.

Regarding the performance issues listed, I strongly see one candidate to cut out from JSDT: It's override indicators that are doubling the performance glitches and adds almost nothing useful for users (imho). Should we cut it out?

So this is the markers for wether a function or property overrides something in the scope known to the parser ?

I reckon this is not even possible to know reliably in javascript thus I would be inclined to not keep it enabled if it is a huge
performance stealer!

Yes, that's it. I really don't see this feature anyhow useful in JavaScript while this feature eats processor cycles and memory (which is really a big problem in JSDT). And that's why I'd suggest to have it disabled by default at least.

/Victor

/max
http://about.me/maxandersen
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev



Back to the top