mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
When we apply new aliasing signatures we can generate new temporaries, which causes the abstract memory model to not converge. The fix is to make sure we cache the applications of these signatures.