about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-06-06 00:58:45 +0200
committerGitHub <noreply@github.com>2025-06-06 00:58:45 +0200
commit324681b76e958c5591f590c8ec065042849f40d9 (patch)
tree62922355227080092fe01b358328498ca8d4fa41 /compiler/rustc_interface/src
parent29954af23a56fc8172b09bf5303bad891e3c94fd (diff)
parentaf2a85bd75c011fb3453a4963400918e096e1896 (diff)
downloadrust-324681b76e958c5591f590c8ec065042849f40d9.tar.gz
rust-324681b76e958c5591f590c8ec065042849f40d9.zip
Rollup merge of #142047 - cuviper:s390x-stack, r=oli-obk
Ensure stack in two places that affect s390x

In our Fedora s390x test results, we found two tests that started hitting stack
overflows in the 1.87.0 update. It seems to be related in some part to our use
of PGO as well, probably inlining more into stack frames that were already
recursive. The main points of recursion that I identified were:

- `ui/parser/survive-peano-lesson-queue.rs` in `ThirBuildCx::mirror_exprs`
- `ui/associated-consts/issue-93775.rs` in `Parser::parse_ty`

A couple new `ensure_sufficient_stack` calls will solve these tests.
Diffstat (limited to 'compiler/rustc_interface/src')
0 files changed, 0 insertions, 0 deletions