Pelle, the other day I tried to compile a huge array
unsigned char ARR[] = {
77, 90, 144, 0, 3, 0, 0, 0, 4, 0,
0, 0, 255, 255, 0, 0, 184, 0, 0, 0, 0,
0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 216, 0, 0, 0, 14,
31, 186, 14, 0, 180, 9, 205, 33, 184, 1, 76,
205, 33, 84, 104, 105, 115, 32, 112, 114, 111, 103,
114, 97, 109, 32, 99, 97, 110, 110, 111, 116, 32,
etc, etc.
pocc.exe apparently gets stuck with this extreme situation, left the compiler running for a few minutes, it doesn't complete. Compiled it in another compiler to check the size, it was 205k.
John