#751 closed defect (fixed)
specialization may result in the same code being walked multiple times
Reported by: | felix winkelmann | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | critical | Milestone: | 4.9.0 |
Component: | compiler | Version: | 4.7.x |
Keywords: | specialization warnings | Cc: | |
Estimated difficulty: |
Description
This will also signal type-warnings several times. The reason is the re-walking of a node after specialization: if the arguments trigger a flow-analysis warning, the re-walk will trigger it again.
Change History (3)
comment:1 Changed 13 years ago by
Milestone: | → 4.8.0 |
---|---|
Priority: | minor → critical |
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Fixed by c31c6ecf7c6ffcde49707184d49c6303792649a4