Project

General

Profile

« Previous | Next » 

Revision b3b1d7b2

Added by jhawthorn (John Hawthorn) 7 months ago

Remove spinlock in dtoa's Balloc, use xmalloc

The spinlock here performs poorly when there are multiple Ractors. The
improvement on single threaded performance doesn't seem that
significant, so I think we should just use malloc.