Reviewers: Michael Lippautz,
Message:
See: https://codereview.chromium.org/1316873004/ for previous details.
Michael, I'm going to fix it tomorrow. Will push a fix here as soon as
possible.
Thanks!
Description:
heap: make array buffer maps disjoint
Remove intersection from the `std::map`s representing current live
ArrayBuffers. While being simpler to understand, it poses significant
performance issue for the active ArrayBuffer users (like node.js).
Store buffers separately, and process them together during mark-sweep
phase.
BUG=
[email protected]
Please review this at https://codereview.chromium.org/1326613002/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+59, -98 lines):
M src/heap/heap.h
M src/heap/heap.cc
M src/heap/mark-compact.cc
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.