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

Issue 3418035: Use intptr_t instead of int for heap sizes. This is a step towards... (Closed)

Created:
10 years, 2 months ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Use intptr_t instead of int for heap sizes. This is a step towards removing the 1Gbyte limit. Committed: http://code.google.com/p/v8/source/detail?r=5542

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -98 lines) Patch
M src/flag-definitions.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap.h View 1 2 3 8 chunks +14 lines, -14 lines 0 comments Download
M src/heap.cc View 1 2 3 14 chunks +53 lines, -33 lines 0 comments Download
M src/spaces.h View 1 2 3 17 chunks +41 lines, -37 lines 0 comments Download
M src/spaces.cc View 1 2 8 chunks +17 lines, -10 lines 0 comments Download
M test/mjsunit/math-abs.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/math-floor.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Erik Corry
10 years, 2 months ago (2010-09-28 08:44:51 UTC) #1
Vyacheslav Egorov (Chromium)
LGTM
10 years, 2 months ago (2010-09-28 09:00:03 UTC) #2
Vyacheslav Egorov (Chromium)
10 years, 2 months ago (2010-09-28 10:30:02 UTC) #3
LGTM with lint errors fixed.

also consider making single define for 

"%" V8_PTR_PREFIX "d"

Powered by Google App Engine
This is Rietveld 408576698