cretz / software-ideas

88 stars 0 forks source link

JVM Bytecode Dedupe #47

Open cretz opened 7 years ago

cretz commented 7 years ago

Notes:

cretz commented 7 years ago

Meh, this is kind of a dumb idea, because the JVM inlines when it wants anyways, so really the optimization is surely not worth it and even though you can trim jar size, probably not by much. This would probably be a just-for-fun experiment (maybe even as a proguard pass) and not really that beneficial.