This patch append --no-safe-stop and --safe-stop options to stop or continue when the instruction verification fail.
This patch append --no-verification-error and --verification-error options to stop or continue when the instruction verification fail.
When the verification failed, it is a little bit trouble to see failed instructions directly (because it aborts immediately). With --no-verification-error, compilation itself continue even in such situations.
I want to apply it for debugging debugging register allocator.
This patch appendThis patch append--no-safe-stop
and--safe-stop
options to stop or continue when the instruction verification fail.--no-verification-error
and--verification-error
options to stop or continue when the instruction verification fail.When the verification failed, it is a little bit trouble to see failed instructions directly (because it aborts immediately). With
--no-verification-error
, compilation itself continue even in such situations.I want to apply it for debugging debugging register allocator.