You can try minorly adjusting the code in the files which hit the compiler error (switch around the order of a few lines where the order doesn't actually matter; or add an initializer to a variable which doesn't actually need it) and sometimes it will stop the compiler from crashing.
LN
This kind of solution seems to difficult for me. You know, I am not a programmer.