[Bug ipa/81000] std::any improvement

2021-12-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81000 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2017-06-07 00:00:00 |2021-12-26 Severity|normal

[Bug ipa/81000] std::any improvement

2017-06-08 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81000 --- Comment #4 from Marc Glisse --- (In reply to Marc Glisse from comment #2) > (Of course, a different implementation of std::any might be easier to > optimize) >From a quick test, if instead of storing a pointer to _S_manage we store a

[Bug ipa/81000] std::any improvement

2017-06-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81000 --- Comment #3 from Richard Biener --- I never understand why people think that using a library to implement things that look like language features is a good idea ... it just will make your programs compile slower and possibly be optimized

[Bug ipa/81000] std::any improvement

2017-06-07 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81000 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|