Re: [PATCH] Store jump functions in a VECtor

2011-09-05 Thread H.J. Lu
On Fri, Sep 2, 2011 at 8:24 AM, Martin Jambor wrote: > Hi, > > when I submitted the new IPA-CP a few months ago Honza requested that > I store the jump_functions in a VECtor rather than an array in which > they are now.  The patch below does exactly that. > > The last remaining such request is to

Re: [PATCH] Store jump functions in a VECtor

2011-09-02 Thread Jan Hubicka
> 2011-09-02 Martin Jambor > > * ipa-prop.h (ipa_jump_func_t): New typedef. > (struct ipa_edge_args): Removed field argument_count, field > jump_functions turned into a vector. > (ipa_set_cs_argument_count): Removed. > (ipa_get_cs_argument_count): Updated to work o

[PATCH] Store jump functions in a VECtor

2011-09-02 Thread Martin Jambor
Hi, when I submitted the new IPA-CP a few months ago Honza requested that I store the jump_functions in a VECtor rather than an array in which they are now. The patch below does exactly that. The last remaining such request is to rename ipa_check_create_node_params to "something else." I guess