mono_get_exception_runtime_wrapped_checked contains an unnecessary 16 (#6659)
commit8ad191dfbb238a139478e39154e12fcc86bdadac
authorjaykrell <jay.krell@cornell.edu>
Wed, 14 Feb 2018 22:59:26 +0000 (14 14:59 -0800)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2018 22:59:26 +0000 (14 14:59 -0800)
treea5d49fe9ac7f75d5eb4f6c9d8d7e22705ca305e2
parent20e69fa1996e32bba66cea4a723b3da0ee913243
mono_get_exception_runtime_wrapped_checked contains an unnecessary 16 (#6659)

element array that can be just 1 element, or completely absent.
It is a rare path, but stack use should always be minimized.
mono/metadata/exception.c