[v8-users] Intent to Implement: Intl.NumberFormat Unified API Proposal

2019-05-17 Thread Frank Tang
Title: Intent to Implement: Intl.NumberFormat Unified API Proposal Contact emails ft...@chromium.com, s...@chromium.com Explainer https://github.com/tc39/proposal-unified-intl-numberformat https://tc39.github.io/proposal-unified-in

Re: [v8-users] gc and threading

2019-05-17 Thread Ledion Bitincka
>You could read from the heap on a concurrent thread but there is no synchronization when writing to the heap from the main thread My current thinking is something like this - ie I'd be blocking in the main thread until the serialization is done in main thread: handles[] = getHandlesToSerializ