Files
sdk/runtime
Ryan Macnak d8cfe19916 Revert "[vm, gc] Don't eagerly evacuate new space on old allocation failure."
This reverts commit 2891a57322.

Reason for revert: greatly increases memory usage in language_2/closure_cycles_test

Original change's description:
> [vm, gc] Don't eagerly evacuate new space on old allocation failure.
> 
> Large allocations and direct old space allocations are not signals that the current new space objects will be long lived.
> 
> Change-Id: Id271623b84795eafa81f1b08f9511b53fb354276
> Reviewed-on: https://dart-review.googlesource.com/70541
> Reviewed-by: Zach Anderson <zra@google.com>
> Reviewed-by: Siva Annamalai <asiva@google.com>

TBR=rmacnak@google.com,zra@google.com,asiva@google.com

Change-Id: If65600a0846d5c6f746b765bf24148880376e365
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/72080
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2018-08-30 00:20:17 +00:00
..