I just removed the last ASM commands in my big app (over 60,000 lines) but when I try to compile with the Beta 7 C backend, it just sits there saying "Compilation in progress" for ages. It's been a few minutes so far but I'm letting it go to see how long I need to wait. With the ASM backend, it compiles in about 10 seconds. I turned off Windows Defender for the test, too.
[Edit] The exe finally finished compiling and successfully ran!

But yeah, it took about 3 minutes vs 10 seconds for the ASM backend. What to do? Turning off code optimization didn't help, and neither did changing "pbcompilerc.exe" to High priority with the Task Manager. I also noted the CPU use in Task Manager for "pbcompilerc.exe" doesn't change at all (and neither does its memory use), so it's like the process is doing nothing for ages?
Also, I tried compiling with the C backend again just now and got this error this time, which didn't occur the first time I compiled with C, and doesn't ever occur when compiling with ASM:
[Edit 2] Tried again in C and this time it compiled without a missing include file error? Weird.
Also happy to report my exe size with ASM is 8.19 MB but with C it's only 6.78 MB. Nice!
