ILGPU icon indicating copy to clipboard operation
ILGPU copied to clipboard

Fixed ControlFlowVerifier on MacOS.

Open m4rs-mt opened this issue 2 months ago • 0 comments

This PR updates the ControlFlowVerifier within out verification pipeline to use internal traversal methods instead of its own recursive traversal algorithm. This avoids running into stack overflows in cases the CLR JIT does not optimize our recursive invocation algorithm.

Fixes #1213.

m4rs-mt avatar May 02 '24 07:05 m4rs-mt