stratacode / issues

Empty StrataCode project to store github issues
0 stars 0 forks source link

Add 'final' to processed code based on detected usage for a given stack of layers #23

Open jeffvroom opened 10 years ago

jeffvroom commented 10 years ago

We could pretty easily inject the final annotation automatically as an option so that - all methods which are not overridden are marked final by default. All properties which are not set are marked as final.

Since StrataCode compiles itself and makes poor use of final it would be a good use case to see how much of a speedup that would make.