<div dir="ltr">Hi folks,<br><br>Recently, Hernan let me know about a method that was not covered correctly by my code coverage tool: <a href="https://github.com/npapagna/cuis-code-coverage">https://github.com/npapagna/cuis-code-coverage</a><br><br>After closer inspection, I found out that the tool fails to compile the method with the additional tracing messages that collect the coverage information for each node.<br>I don't know much about the internals of the compiler, but my hunch is that the method might be "too big" to be compiled/fitted in what compile methods allow.<br><br>The error raised is "Error: genBranchPopFalse: distance index 1154 is out of range 0 to 1023" (screenshot attached).<br><br>Does anyone know what could be going on here?<br>Any pointers will be greatly appreciated.<br><br>Best,<br>Nico PM<br></div>