[Bug libstdc++/78113] std::variant and std::visit's current implementations do not get optimized out (compared to "recursive visitation")

2019-04-18 Thread quicknir at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78113 --- Comment #5 from Nir Friedman --- Jonathan, I saw you just change the status of this. Michael Park's and I work has resulted in a different implementation of std::visit which has much better codegen; also backed by performance numbers. This al

[Bug libstdc++/78113] std::variant and std::visit's current implementations do not get optimized out (compared to "recursive visitation")

2018-09-28 Thread quicknir at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78113 Nir Friedman changed: What|Removed |Added CC||quicknir at gmail dot com --- Comment #3

[Bug libstdc++/78113] std::variant and std::visit's current implementations do not get optimized out (compared to "recursive visitation")

2018-10-02 Thread quicknir at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78113 --- Comment #4 from Nir Friedman --- Started a PR on mpark github variant: https://github.com/mpark/variant/pull/52.