I want to know this info to reduce my code size so I will not waste my time optimize things that will be done by compiler or JIT.
for example:
if we assume the compiler inline the call to the get function of a property so I do not have to save the return value in a local variable to avoid function call.
I want to recommend a good reference that describes what is going on?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…