[email protected] is writing on a design doc about bigger allocations. As far as I know with WebAssembly it is already possible to create bigger ArrayBuffers. With JavaScript it is not possible. It is not clear if and how we would want to deal with this inconsistency. The document should provide more details and start that discussion.
Cheers, Andreas On Fri, Mar 20, 2020 at 4:35 PM Dave Tapuska <[email protected]> wrote: > Yes this is great. It seems the allocations are still going through > partition alloc. Are there plans to remove this dependence on partition > alloc or are there plans for partition alloc to support > 2GB +1 page > allocations? > > dave. > > On Fri, Mar 20, 2020 at 11:29 AM Kentaro Hara <[email protected]> > wrote: > >> This is a massive simplification, thank you very much for working on >> this! You removed wtf/typed_arrays/ entirely :) >> >> I'm so happy to review CLs that remove a lot of code :D >> >> >> >> On Sat, Mar 21, 2020 at 12:02 AM 'Ulan Degenbaev' via >> platform-architecture-dev <[email protected]> wrote: >> >>> +v8-dev <[email protected]>: fyi >>> >>> On Fri, Mar 20, 2020 at 3:57 PM Andreas Haas <[email protected]> wrote: >>> >>>> Hi! >>>> >>>> Please take a look at this document >>>> <https://docs.google.com/document/d/1FFHVRIPXlfdOboB3b3KQkX_dnzvq94A-BrVdApYiLwE>for >>>> an update on WTF::ArrayBuffer after a refactoring in V8 and Blink in the >>>> last month. Fear not, all changes landed before the Chrome code freeze. >>>> >>>> Cheers, Andreas, Dominik, and Ulan >>>> >>>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "platform-architecture-dev" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/a/chromium.org/d/msgid/platform-architecture-dev/CABNJt2KuxLfKRd85275jkFZ5OMtim6FH5ZR7jSTCqpFRSTDVZQ%40mail.gmail.com >>> <https://groups.google.com/a/chromium.org/d/msgid/platform-architecture-dev/CABNJt2KuxLfKRd85275jkFZ5OMtim6FH5ZR7jSTCqpFRSTDVZQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >> >> >> -- >> Kentaro Hara, Tokyo, Japan >> >> -- >> You received this message because you are subscribed to the Google Groups >> "platform-architecture-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/a/chromium.org/d/msgid/platform-architecture-dev/CABg10jyB6iNEVVBYs_ck44Mgan_Wkmz7CL7NeH%3Dego0E%2BA__kA%40mail.gmail.com >> <https://groups.google.com/a/chromium.org/d/msgid/platform-architecture-dev/CABg10jyB6iNEVVBYs_ck44Mgan_Wkmz7CL7NeH%3Dego0E%2BA__kA%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/CAELSTvfnW%2BieD14EGHn5G4UcgAcAoOPWriMsnazPm%2B675wE%3DXA%40mail.gmail.com.
