Reviewers: Kasper Lund, Description: If an allocation is so huge that we cannot code the size needed in the failure object then we just return an out of memory failure object (instead of a retry after GC failure object). Not all places that checked for retry-after-GC were able to handle an immediate out of memory failure.
This fixes http://code.google.com/p/v8/issues/detail?id=70 Please review this at http://codereview.chromium.org/6340 Affected files: M src/builtins.cc M src/factory.cc M src/handles.cc M src/heap-inl.h M src/jsregexp.cc M src/objects-inl.h M src/objects.h --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
