Re: Proposal for fixing race conditions

On Jul 18, 2013, at 12:03 PM, Ehsan Akhgari <ehsan.akhgari@gmail.com> wrote:

> Hmm, the original ArrayBuffer will get GCed if the content code is not holding on to it, right?  And if they are, that is memory that the content is keeping alive.  Surely we're not trying to solve the problem of making it impossible for content to write code which results in an OOM, etc., right?  Or am I missing something?

At some future date, yes.  In the current WebKit implementation, you will see a severe "sawtooth" memory useage.  Doubling the live buffer size will make those "teeth" taller between GCs.

-Jer

Received on Thursday, 18 July 2013 19:05:45 UTC