]> code.ossystems Code Review - openembedded-core.git/commit
gcc-7.3: Backport fixes for std::pair high memory usage
authorJoel Stanley <joel@jms.id.au>
Mon, 30 Jul 2018 05:10:29 +0000 (14:40 +0930)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jul 2018 21:55:31 +0000 (22:55 +0100)
commit51a09ba2729a840a9f2f87b68c7f50a3e6ac0d04
tree4ceeb9d05bce32662eadc2238cc6ca730a68151a
parentc17f5e7e954487ad3e97e26c3e0d31443d658d5a
gcc-7.3: Backport fixes for std::pair high memory usage

C++ applications that contain a specfic use of std::pair with tempates
cause the build to require many gigabytes of RAM to build.

This is a fix that was applied to the upstream GCC 7 branch.

Change-Id: I213f96d1d6332e2dce5765482ff3413f1abd7ff8
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/gcc/gcc-7.3.inc
meta/recipes-devtools/gcc/gcc-7.3/0001-PR-c-80290-memory-hog-with-std-pair.patch [new file with mode: 0644]