Updates:
        Cc: [email protected] [email protected] erik.corry

Comment #23 on issue 29428 by [email protected]: renderer crash on perf  
dashboard with extensions installed
http://code.google.com/p/chromium/issues/detail?id=29428

The more I look into this, the more it looks like an effect of a massive  
number of
contexts.  With these extensions installed, I get something like 300  
contexts when
opening the perf dashboard.  That leaves only 1000 maps per context with  
our 8MB
limit.  It seems that we have to rework the encoding of  
forwarding-addresses during GC
to allow more than 8MB of maps.  A first step could be to align map space  
and round
the size of maps to the nearest power of two.  That should give us at least  
some more
space.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to