Simplify V8 garbage collection scheduling with external memory |
|
Issue descriptionRetire Isolate::AdjustAmountOfExternalAllocatedMemory, pull amount of externally allocated memory from platfom, and use that for V8 GC scheduling.
,
May 30 2017
The following revision refers to this bug: https://chromium.googlesource.com/v8/v8.git/+/f314b3cdb9766eb1ba6efe1243ac89b3d0295f63 commit f314b3cdb9766eb1ba6efe1243ac89b3d0295f63 Author: hpayer <hpayer@chromium.org> Date: Tue May 30 13:18:17 2017 [api] Add an API function to set the GetExternallyAllocatedMemoryInBytesCallback. BUG=chromium:727569 Review-Url: https://codereview.chromium.org/2910203002 Cr-Commit-Position: refs/heads/master@{#45599} [modify] https://crrev.com/f314b3cdb9766eb1ba6efe1243ac89b3d0295f63/include/v8.h [modify] https://crrev.com/f314b3cdb9766eb1ba6efe1243ac89b3d0295f63/src/api.cc [modify] https://crrev.com/f314b3cdb9766eb1ba6efe1243ac89b3d0295f63/src/heap/heap.cc [modify] https://crrev.com/f314b3cdb9766eb1ba6efe1243ac89b3d0295f63/src/heap/heap.h |
|
►
Sign in to add a comment |
|
Comment 1 by jochen@chromium.org
, May 30 2017