Comment #38 on issue 3996 by [email protected]: Improve typed array performance
https://code.google.com/p/v8/issues/detail?id=3996#c38
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/6cc3eb66a2b1b0885852c5ae3a58a4c3802d11fb
commit 6cc3eb66a2b1b0885852c5ae3a58a4c3802d11fb Author: jochen <[email protected]> Date: Tue Jun 16 07:37:16 2015 Introduce a base pointer field in FixedTypedArrayBase and teach GC about it This is the first step towards unifying external and on-heap typed arrays.The end-state will be that this base pointer either points to the on-heap values
or to the externally allocated array buffer. BUG=v8:3996 [email protected] LOG=n Review URL: https://codereview.chromium.org/1176263004 Cr-Commit-Position: refs/heads/master@{#29039}[modify] http://crrev.com/6cc3eb66a2b1b0885852c5ae3a58a4c3802d11fb/src/elements-kind.cc [modify] http://crrev.com/6cc3eb66a2b1b0885852c5ae3a58a4c3802d11fb/src/heap/heap.cc [modify] http://crrev.com/6cc3eb66a2b1b0885852c5ae3a58a4c3802d11fb/src/heap/mark-compact.cc [modify] http://crrev.com/6cc3eb66a2b1b0885852c5ae3a58a4c3802d11fb/src/heap/store-buffer.cc [modify] http://crrev.com/6cc3eb66a2b1b0885852c5ae3a58a4c3802d11fb/src/hydrogen-instructions.h [modify] http://crrev.com/6cc3eb66a2b1b0885852c5ae3a58a4c3802d11fb/src/hydrogen.cc [modify] http://crrev.com/6cc3eb66a2b1b0885852c5ae3a58a4c3802d11fb/src/objects-debug.cc [modify] http://crrev.com/6cc3eb66a2b1b0885852c5ae3a58a4c3802d11fb/src/objects-inl.h [modify] http://crrev.com/6cc3eb66a2b1b0885852c5ae3a58a4c3802d11fb/src/objects.cc [modify] http://crrev.com/6cc3eb66a2b1b0885852c5ae3a58a4c3802d11fb/src/objects.h
--You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at: https://code.google.com/hosting/settings -- -- 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.
