C++ nested classes, namespaces, structs, and compound statements

Daniel Berlin dberlin@dberlin.org
Wed Apr 10 12:31:00 GMT 2002


On 10 Apr 2002, Jim Blandy wrote:

> 
> Petr Sorfa <petrs@caldera.com> writes:
> > I've implemented FORTRAN95 MODULE support which is essentially
> > equivalent to namespaces (except you cannot have nested MODULEs.) I
> > treat it internally as a static class. For scoping issues I simply add
> > (in DWARF) the current local symbols to the MODULE to the local symbols
> > of the PROGRAM, CONTAINS, SUBROUTINE and FUNCTION scopes. A similar kind
> > of approach will allow nested C++ namespaces (flame bait comment.)
> 
> I'm not sure I understand your implementation.  (And I'm sure I don't
> understand FORTRAN...)  So, when some program construct imports a
> module, you actually repeat the declarations for the imported module's
> contents in the debug info for the importing construct?
> 

And if so, isn't the memory usage absurd for large programs?




More information about the Gdb mailing list