]> gcc.gnu.org Git - gcc.git/commit
Reduce constexpr_call memory consumption.
authorJason Merrill <jason@redhat.com>
Mon, 10 Jun 2019 19:31:49 +0000 (15:31 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 10 Jun 2019 19:31:49 +0000 (15:31 -0400)
commit3c961dc7556fd00afac4a5275f1ea9444d43cd64
tree3c0d2a7021422f86cb0f8cd1602c8ac81873174c
parentc2f879e1fe5b388fb0fcfee97f97fcbeae765e83
Reduce constexpr_call memory consumption.

* constexpr.c (cxx_bind_parameters_in_call): Use TREE_VEC rather
than TREE_LIST.
(constexpr_call_hasher::equal, cxx_bind_parameters_in_call)
(cxx_eval_call_expression): Adjust.

From-SVN: r272125
gcc/cp/ChangeLog
gcc/cp/constexpr.c
This page took 0.063403 seconds and 5 git commands to generate.