<div dir="rtl"><div dir="ltr">I'm running in MCJIT a module generated from one C++ function. Every line of the source function uses C++ classes and may throw an exception. As long as there are less than (about) 1000 lines, everything works. With more lines the compiled code crashes when running it, with no sensible stack trace.</div>

<div dir="ltr"><br></div><div dir="ltr">Is there any kind of hard-coded size limitation in MCJIT / ELF Dynamic Linker / ELF codegen / number of EH states in a function ? <br></div><div dir="ltr"><br></div><div dir="ltr">
I did browse the code but could not find anything obvious. </div>
<div dir="ltr"><br></div><div dir="ltr">Yaron</div><div dir="ltr"><br></div></div>