https://codereview.chromium.org/719523003/diff/20001/src/allocation.cc
File src/allocation.cc (right):
https://codereview.chromium.org/719523003/diff/20001/src/allocation.cc#newcode92
src/allocation.cc:92: #elif V8_LIBC_BIONIC || V8_OS_SOLARIS
Hmmm, this still doesn't look right, some Solaris versions have this,
some don't. Furthermore, the #ifdefs are out of sync with AlignedFree
below.
The right way to fix this would be adding #defines for
HAVE__ALIGNED_MALLOC, HAVE_MEMALIGN, and HAVE_POSIX_MEMALIGN to
v8config.h, including the selection logic. Autotools anyone...? :-D
https://codereview.chromium.org/719523003/
--
--
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.