On 4/15/07, Diego Novillo <[EMAIL PROTECTED]> wrote:
Daniel Berlin wrote on 04/14/07 22:59:
> If there was stmt->aux we'd put it there instead (note that the
> current way wastes memory, since we really only care about UID's for
> statements that generate vdefs/vuses)
That's the thing. There currently is *no* "aux" field to do this. We
may be forced to add one, but for now tuples have no room for auxiliary
information like this.
For PRE, having a hashtable for statement uids will probably not slow
things down too much.
For the expression ids, it will probably noticeably slow us down, but
i'll check.