Hi all, I noticed that heap/memory-allocator.cc honors the v8_os_page_size flag, but base/platform/platform-posix.cc doesn't and always queries it via sysconf() on non-macOS:
https://github.com/v8/v8/blob/17a99fec258bcc07ea9fc5e4fabcce259751db03/src/base/platform/platform-posix.cc#L261-L268 Seems like a bug? Cheers Maik -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/d0d45e0c-a5ef-46bd-87c2-5b836bbae96cn%40googlegroups.com.