Commits

William Dillon committed 7be98b0e735
Reduce memory threshold for expression_too_complex The 5000 byte treshold is too generous on 32-bit systems to trigger the expression too complex test. Reducing it to 4000 causes the compiler to bail (as expected) on these platforms while retaining the expected behavior on 64-bit systems.