Correct Answer : Option (C) : Reduces the amount of code in the cache
Explanation : Compilers may try to move the catch-code far away from the try-code, which reduces the amount of code to keep in the cache, thus it will enhance the overall performance.