-
-
Notifications
You must be signed in to change notification settings - Fork 416
Issue 3882: Remove pure qualifier from assumeSafeAppend and _d_arrayshrinkfit #747
Conversation
Not just that, for correctness :) If the function is strongly pure, then the compiler can strip it out completely ! |
Auto-merge toggled on |
Auto-merge toggled off |
Wait a second: If the function is indeed |
Oops, Otherwise the compiler can optimize away its call and @andralex, @monarchdodra or @schveiguy, what do you say? |
It's a forward declaration: There's no inference here. |
ping |
Oops. Yes, of course. |
Ready to roll? |
Squash? |
Yes, please squash the changes into one commit (e.g. using |
…shrinkfit prevent calls from being optimized away
Done! :) |
Auto-merge toggled on |
Thanks. |
Issue 3882: Remove pure qualifier from assumeSafeAppend and _d_arrayshrinkfit
No description provided.