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

Issue 113522: X64: Checked and slightly modified Object layouts to be compatible with 64-bit pointers. (Closed)

Created:
11 years, 7 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

X64: Checked and slightly modified Object layouts to be compatible with 64-bit pointers.

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -26 lines) Patch
M src/jsregexp.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/log.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 16 chunks +39 lines, -23 lines 5 comments Download
M src/objects-inl.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Lasse Reichstein
Review of heap object modifications.
11 years, 7 months ago (2009-05-18 11:28:04 UTC) #1
William Hesse
If garbage collector support for ByteArray and Strings now gets size rounded up to pointer ...
11 years, 7 months ago (2009-05-18 11:41:30 UTC) #2
Erik Corry
LGTM http://codereview.chromium.org/113522/diff/1/5 File src/objects.h (right): http://codereview.chromium.org/113522/diff/1/5#newcode3669 Line 3669: // buffer. Clever. I suggest the following ...
11 years, 7 months ago (2009-05-18 11:52:11 UTC) #3
Lasse Reichstein
There is no X64 support for garbage collection yet. There is no change in layout ...
11 years, 7 months ago (2009-05-18 12:08:23 UTC) #4
Lasse Reichstein
11 years, 7 months ago (2009-05-18 12:08:26 UTC) #5
There is no X64 support for garbage collection yet. There is no change in layout
for strings and byte arrays in 32-bit mode.

Powered by Google App Engine
This is Rietveld 408576698