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.
Good catch! Yeah, CreateDictionary should add length of typefeedbackcells to the infos length when allocating a dictionary. https://chromiumcodereview.appspot.com/8932004/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
