Squint icon indicating copy to clipboard operation
Squint copied to clipboard

apply_ptr_cleanup optimization is buggy

Open HPCguy opened this issue 2 years ago • 1 comments

This is the most powerful optimization in Squint, but is currently buggy due to some missing dependency checks.

Since this repository is a Work In Progress, and since all repository tests are passing, I am not going to disable apply_ptr_cleanup as I work to fix it.

To disable this optimization, go into squint.c and comment out the only call to the apply_ptr_cleanup function near the end of the file.

HPCguy avatar Aug 18 '22 02:08 HPCguy