Re: [PATCH 2/5] Build aggregate jump functions

2012-06-01 Thread Richard Guenther
On Fri, Jun 1, 2012 at 2:02 AM, Martin Jambor wrote: > Hi, > > this patch adds the capability to build aggregate jump functions. > These consist of: > > 1) information what known compile time IPA-invariants are at various >   offsets of an aggregate passed to a callee either by reference >   (when

[PATCH 2/5] Build aggregate jump functions

2012-05-31 Thread Martin Jambor
Hi, this patch adds the capability to build aggregate jump functions. These consist of: 1) information what known compile time IPA-invariants are at various offsets of an aggregate passed to a callee either by reference (when the parameter is pointer) or by value (when it is an aggregate