Skip to main content

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

tycho-compiler-plugin is just a maven plugin adapter for the eclipse JDT batch compiler.
See docs [1,2]

Jan

[1] http://eclipse.org/tycho/sitedocs/tycho-compiler-plugin/compile-mojo.html#compilerArguments
[2] http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Ftasks%2Ftask-using_batch_compiler.htm 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Peter GASSNER
Sent: Donnerstag, 7. März 2013 10:18
To: tycho-user@xxxxxxxxxxx
Subject: [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