Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Unified Diff: src/objects.cc

Issue 14707011: Return failure when allocating maps fails. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.cc
diff --git a/src/objects.cc b/src/objects.cc
index dd6cb9f36ad077063b6059a12b8995416d5d1516..5365e7821a8cda024551468ff472a0d60333e429 100644
--- a/src/objects.cc
+++ b/src/objects.cc
@@ -2588,6 +2588,7 @@ MaybeObject* Map::GeneralizeRepresentation(int modify_index,
// during GC. Its descriptor array is too large, but it will be
Michael Starzinger 2013/05/10 17:42:22 OMG, that is an epic hack you have going on here .
// overwritten during retry anyway.
Handle<Map>(new_map);
+ return maybe_map;
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698