Do not use intermediate variable
toggle_options() preserves the value of options if it returns. The compiler did not optimize the intermediate variable because it doesn't know that fact. This saves 4 bytes.
Please register or sign in to comment
toggle_options() preserves the value of options if it returns. The compiler did not optimize the intermediate variable because it doesn't know that fact. This saves 4 bytes.