https://chromiumcodereview.appspot.com/8932004/diff/9001/src/type-info.cc File src/type-info.cc (right):
https://chromiumcodereview.appspot.com/8932004/diff/9001/src/type-info.cc#newcode550 src/type-info.cc:550: ProcessTypeFeedbackCells(code); On 2012/01/30 15:01:11, Erik Corry wrote:
This call uses number dictionaries on the heap, and thus it can cause allocations, but it is inside an AssertNoAllocation scope.
Nice catch! Fix: https://chromiumcodereview.appspot.com/9293005/ https://chromiumcodereview.appspot.com/8932004/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
