KawaiiBASIC / classilla

Automatically exported from code.google.com/p/classilla
0 stars 0 forks source link

V8 benchmark makes us run out of memory #129

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We have always been able to run the SunSpider benchmark since 9.0.4. However, 
the V8 benchmark crashes the interpreter with an out of memory error on the 
Splay final test. The browser stays up, but interpreter memory is exhausted and 
the browser gets weird. We *should* try to fix this, but not at the cost of 
impairing supported systems with a huge JSRuntime.

Original issue reported on code.google.com by classi...@floodgap.com on 13 Jun 2010 at 6:36

GoogleCodeExporter commented 9 years ago
Given the fun we're having with stack issues in TenFourFox, perhaps this is a 
stack problem, not an arena problem.

Original comment by classi...@floodgap.com on 30 Aug 2011 at 3:40