[cfe-dev] Splitting up CGCXX.cpp

Fariborz Jahanian fjahanian at apple.com
Tue Sep 1 11:51:34 PDT 2009


Having it all  in one place make debugging easier IMO. We have files  
larger than CGCXX.

- fariborz

On Sep 1, 2009, at 11:44 AM, Anders Carlsson wrote:

> So the CGCXX.cpp file is growing large and unwieldy, and I think it's
> time to split it into multiple files. My thinking is:
>
> CGExprCXX.cpp - Expressions
> CGDeclCXX.cpp - Declarations
> CGClassCXX.cpp - Class related code generation (ctors, dtors,
> assignment operators etc)
> CGVTableCXX.cpp - VTable related code generation
>
> Sound good? I'm not saying that we should split everything up
> immediately but that we can migrate code over to these new files when
> necessary.
>
> Anders
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev




More information about the cfe-dev mailing list