Another fix after the executable memory limit introduction.
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 10 Nov 2010 10:14:13 +0000 (10:14 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 10 Nov 2010 10:14:13 +0000 (10:14 +0000)
commitfac33fb66b3933ed570d80cab6051a0ae157257a
tree4ed7b38928dadecd1486485e1b4bda67ea363ff0
parentc20cf6d3931cd0f5124d432ed312c38e774002a8
Another fix after the executable memory limit introduction.

The max executable size must be less than or equal to the max old
space size. It is an extra limit in addition to the old space size.

Review URL: http://codereview.chromium.org/4730002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5802 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/heap.cc