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

Issue 8637015: Set maximum length of FixedArray in terms of elements instead an absolute number of bytes. (Closed)

Created:
9 years, 1 month ago by fschneider
Modified:
9 years, 1 month ago
CC:
v8-dev
Visibility:
Public.

Description

Set maximum length of FixedArray in terms of elements instead an absolute number of bytes. This sets the limit to 128M elements on all platforms. Before allocating a large array may cause an OutOfMemory on x64 whereas it would not on ia32. Also remove an unused constant from the FreeSpace class. BUG=103103 Committed: http://code.google.com/p/v8/source/detail?r=10044

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -4 lines) Patch
M src/objects.h View 2 chunks +1 line, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
fschneider
9 years, 1 month ago (2011-11-22 15:08:05 UTC) #1
fschneider
+Erik.
9 years, 1 month ago (2011-11-22 15:40:50 UTC) #2
Erik Corry
LGTM
9 years, 1 month ago (2011-11-22 15:42:14 UTC) #3
Michael Starzinger
9 years, 1 month ago (2011-11-22 16:27:30 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698