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

Issue 7389008: Make Win64 compile. (Closed)

Created:
9 years, 5 months ago by Lasse Reichstein
Modified:
9 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Make Win64 compile.

Patch Set 1 #

Total comments: 21

Patch Set 2 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -46 lines) Patch
M src/heap.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ic.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/incremental-marking.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M src/isolate.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mark-compact.h View 1 4 chunks +8 lines, -7 lines 0 comments Download
M src/mark-compact.cc View 1 10 chunks +17 lines, -13 lines 0 comments Download
M src/serialize.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/spaces.h View 1 chunk +1 line, -1 line 0 comments Download
M src/spaces.cc View 1 8 chunks +10 lines, -10 lines 0 comments Download
M src/spaces-inl.h View 2 chunks +4 lines, -3 lines 0 comments Download
M src/store-buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/utils.h View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Lasse Reichstein
Makes the GC branch compile on Win64. It doesn't necessarily work. This was fixed by ...
9 years, 5 months ago (2011-07-15 13:13:42 UTC) #1
Erik Corry
LGTM Did you consider making Free(...) take an intptr_t for the size? http://codereview.chromium.org/7389008/diff/1/src/heap.cc File src/heap.cc ...
9 years, 5 months ago (2011-07-15 21:37:32 UTC) #2
Lasse Reichstein
http://codereview.chromium.org/7389008/diff/1/src/heap.cc File src/heap.cc (right): http://codereview.chromium.org/7389008/diff/1/src/heap.cc#newcode4995 src/heap.cc:4995: if (!ConfigureHeapDefault()) { Added to allow a breakpoint at ...
9 years, 4 months ago (2011-08-01 12:40:32 UTC) #3
Lasse Reichstein
9 years, 4 months ago (2011-08-01 12:47:05 UTC) #4
On 2011/07/15 21:37:32, Erik Corry wrote:
> LGTM
> 
> Did you consider making Free(...) take an intptr_t for the size?

I did, but that would require changing FreeList etc. Good idea (we should
probably never use ints for anything but known bounded loop variables), but this
patch is just supposed to make things *compile*. They don't work yet.

Powered by Google App Engine
This is Rietveld 408576698