This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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] |
1. Not interprocedurally.
True, it was written before the IPA infrastructure was added. For 4.2 the plan is to rewrite it using Diego's propagator and then IPA propagation should be added too. It will be useful for both __builtin_object_size builtin itself as well as other passes that might use the info (e.g. mudflap).
Right, just as soon as you look up what bits you need to pass it from the builtin_object_size docs :)
2. Not for regular objects, only things involved with builtin_object_siz.
Not true, you can call it internally on any anything.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |