↳
Not well
↳
sub_A: DEC A JNZ sub_B INC D JNZ A_reached_zero sub_B: DEC B JNZ sub_A A_grater: INC C DEC A JNZ A_greater HALT A_reached_zero: DEC B JNZ B_greater HALT B_greater: INC C DEC B JNZ B_greater HALT Less
↳
I will utilize tools to find out hotspots in the target program. Then disassemble some particular hotspots, to see whether it's regard to loop, and CPU pipeline. Then try to unroll the loop, or rearrange the policy of the CG backend. Less
↳
Check the environment first, so see if anything has changed.
↳
Very good
↳
Finding bugs in 3rd party libraries
↳
If applying for co-op position from school, don't just talk about school projects, because chances are everyone else spoke about the same project. Do talk about personal and side projects if you have any, and be sure to mention that it was a side project, as employers like to see that. Less