unisonweb / unison

A friendly programming language from the future
https://unison-lang.org
Other
5.81k stars 271 forks source link

Remove ANF.inline'ing #5457

Closed ChrisPenner closed 1 week ago

ChrisPenner commented 1 week ago

Overview

Some bisecting determines that it's actually the ANF inlining that's causing issues with the klogs demo; this change reverts it for the time being so we can hopefully get the other branches tested and merged without it, then re-add this once it's fixed.

Implementation notes

Removes the call to ANF.inline

Test coverage

I've tested this change with the local nimbus cluster running the klogs demo.