Our embedder has a custom v8::Platform implementation. In V8 10.6, the v8::Platform::GetPageAllocator method is abstract, and no information is provided about how to implement it.
We're currently delegating GetPageAllocator to an instance of the default platform (created via v8::platform::NewDefaultPlatform). That seems to work but feels hacky. Before this we never had any reason to create a default platform instance. Is this an oversight? Most v8::Platform methods are relatively mundane – task scheduling, raw memory allocation, etc. – whereas v8::PageAllocator is quite esoteric, and many embedders would probably not know how to implement it. -- -- 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/57a2c6ea-729b-4f01-828e-4c7dc5d30ce9n%40googlegroups.com.