This is the mail archive of the gcc-patches@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]

Re: [PATCH, MPX, 2/X] Pointers Checker. Add flag to varpool_node


On Tue, Nov 19, 2013 at 8:09 PM, Jeff Law <law@redhat.com> wrote:
> On 11/19/13 07:06, Ilya Enkovich wrote:
>>
>> Hi,
>>
>> Here is a patch to add flag for marking symbols as requiring static
>> initialization of bounds.  Used by Pointer Bounds Checker to handle
>> statically initialized pointers and static bounds vars.
>>
>> Thanks,
>> Ilya
>> --
>> 2013-11-19  Ilya Enkovich  <ilya.enkovich@intel.com>
>>
>>         * cgraph.h (varpool_node): Add need_bounds_init field.
>>         * lto-cgraph.c (lto_output_varpool_node): Output
>>         need_bounds_init value.
>>         (input_varpool_node): Read need_bounds_init value.
>>         * varpool.c (dump_varpool_node): Dump need_bounds_init field.
>
> OK.  This is fine to check in as long as any prerequisites are already in.

Please refrain from cluttering the tree with dead code.  Commit all patches
in one go once all patches are approved.

Thanks,
Richard.

> jeff
>


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