]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #49069 - wesleywiser:incr_soa, r=michaelwoerister
authorkennytm <kennytm@gmail.com>
Thu, 22 Mar 2018 09:51:21 +0000 (17:51 +0800)
committerkennytm <kennytm@gmail.com>
Thu, 22 Mar 2018 14:43:33 +0000 (22:43 +0800)
commit50850c62c51a1bf88845a59b3540315156bab5a2
tree92f8332b56a92f925ea9fcbef817a33dd9e34a8d
parentca54ff22f28db3ce2463fa13651624967c392cae
parentc43b1a09e034f978317bf087214f8f4cde80ba40
Rollup merge of #49069 - wesleywiser:incr_soa, r=michaelwoerister

Convert SerializedDepGraph to be a struct-of-arrays

Fixes #47326

I did not try the "`mem::swap()` to avoid copying the arrays" idea because that would leave the DepGraph in an incorrect state and that doesn't seem like a good idea for me.

r? @michaelwoerister