Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] tycho compiler optimization

Hi,

I can face a significant performance loose with tycho-compiler-plugin compared to Eclipse compiler. I've done profiling my application with YourKit and can monitor complete different results. I think tycho-compiler doesn't optimize string concatinations. So if I'm right, how do I enable these optimization? I tried it in pom file with optimize tag set to true, but that didn't help. Thanks for your help

Br Peter

Back to the top