This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfc][21/37] Eliminate builtin_type_ macros: Platform-neutral builtin_type_void


On Fri, Sep 05, 2008 at 05:37:24PM -0700, Joel Brobecker wrote:
> I don't want to add a field in our type structure to mark the types
> that are architecture-specific, since that would have a noticeable
> memory cost just for a few specific types.

No, it wouldn't.  We have tons of free flag bits; it sounds like the
right thing to do would be to mark only the global types.> 

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]