Our Compile class become too big (compile.cpp is more than 5000 lines). It has a lot of check, verification and other methods which could be moved to different class/classes.
Compile class should be pure driver of compilation which calls different phases.
This is investigation - it could be a code which we can move is small and it does not make sense to split it.
Compile class should be pure driver of compilation which calls different phases.
This is investigation - it could be a code which we can move is small and it does not make sense to split it.