Use intptr_t instead of int for heap sizes. This is a step towards
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 28 Sep 2010 10:35:47 +0000 (10:35 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 28 Sep 2010 10:35:47 +0000 (10:35 +0000)
commitf1635606df5b485ace4fdae3582241787a1cef9c
tree401c78100b151e74a2faa3fb3dd7add8aa80d3c8
parent8f7bfea235a33a0ed816c492cbda77db42b817ed
Use intptr_t instead of int for heap sizes.  This is a step towards
removing the 1Gbyte limit.
Review URL: http://codereview.chromium.org/3418035

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5542 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/flag-definitions.h
src/heap.cc
src/heap.h
src/spaces.cc
src/spaces.h
test/mjsunit/math-abs.js
test/mjsunit/math-floor.js