Files
rust/compiler
bors 338f939a8d Auto merge of #78607 - HeroicKatora:post-order-walk-iter, r=davidtwco
Transform post order walk to an iterative approach

The previous recursive approach might overflow the stack when walking a
particularly deep, list-like, graph. In particular, dominator
calculation for borrow checking does such a traversal and very long
functions might lead to a region dependency graph with in this
problematic structure.

This addresses what appears to be the cause of #78567 (`@SunHao-0` thanks for the stack trace).
2020-11-02 16:01:10 +00:00
..
2020-09-11 09:37:51 -07:00
2020-10-30 10:13:39 -04:00
2020-10-29 16:51:46 +01:00
2020-10-30 10:13:39 -04:00
2020-10-30 20:02:14 -04:00
2020-09-23 21:51:56 +02:00
2020-10-30 10:13:39 -04:00
2020-09-23 21:51:56 +02:00
2020-10-30 12:27:47 +01:00
2020-10-30 10:13:41 -04:00
2020-09-23 21:51:56 +02:00
2020-09-23 21:51:56 +02:00
2020-11-02 16:59:11 +09:00