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] |
Dan Jacobowitz wanted to see the patches i'm working on to fix these two bugs. I've attached them.
1. Use TBAA to prune sets for directly dereferenced variables in find_what_p_points_to. 2. Create one NONLOCAL variable per type, and put them all in escaped vars (type pruning will then ensure the right ones get picked). 3. Fix whatever regressions it is still causing (I fixed two this morning, i think there are no C regressions let).
The combination of 1 and 2 should actually enable us to remove all the SMT_USED_ALONE stuff I think, but that would wait for 4.3 anyway.
PS I'm working on figuring out why it decides my attachment is application/octet-stream
Attachment:
escapedfordrow.diff
Description: Binary data
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |