Thanks! That reports `89199 lines; 29.691s; 733.02MiB peakmem`. Also, after i compile it without -r, when i compile it again with a tiny change with either -r or -c, it is done in a little over 30 seconds like it does with -c (and how it used to be).
So, if i just use -r all the time it starts taking longer and longer over time(days? weeks?), but if i just compile it first without -r it gets fast again. I've also seen behavior that makes me think -r is not always seeing my changes or compiling the latest code. IOW, using -r all the time is not behaving the same as just compiling and running manually and sometimes it even seems like i have to just compile (without -r) and run manually (or just run with -r again) for the output to be correct. I wasn't sure if this is a bug or just me doing something wrong (or losing my marbles), so i was hesitant to report it. I wonder if anyone else can confirm this behavior.