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); This call uses number dictionaries on the heap, and thus it can cause allocations, but it is inside an AssertNoAllocation scope. https://chromiumcodereview.appspot.com/8932004/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
