e.g. if you have an unused value, JVM is often cap...
# announcements
o
e.g. if you have an unused value, JVM is often capable of not only eliminating calculating this value, but also any value that is required to calculate it. in some cases it just eliminate half of the code under test.