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

Issue 14040006: Remove relocation lock. (Closed)

Created:
7 years, 8 months ago by Yang
Modified:
7 years, 8 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Remove relocation lock. Freeze HValue hash codes that are based on object addresses. R=svenpanne@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=14273

Patch Set 1 #

Total comments: 8

Patch Set 2 : addressed comments #

Total comments: 1

Patch Set 3 : assert instead of check #

Patch Set 4 : changes to more HValues #

Total comments: 1

Patch Set 5 : addressed comments #

Total comments: 6

Patch Set 6 : addressed comments #

Total comments: 1

Patch Set 7 : fixed nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -144 lines) Patch
M src/handles-inl.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/heap.h View 2 chunks +0 lines, -37 lines 0 comments Download
M src/heap.cc View 4 chunks +1 line, -11 lines 0 comments Download
M src/hydrogen.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 chunks +15 lines, -3 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 4 5 6 27 chunks +135 lines, -78 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 3 4 5 6 8 chunks +49 lines, -12 lines 0 comments Download
M src/mark-compact.cc View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Yang
7 years, 8 months ago (2013-04-12 11:14:22 UTC) #1
Sven Panne
https://codereview.chromium.org/14040006/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/14040006/diff/1/src/hydrogen-instructions.h#newcode3298 src/hydrogen-instructions.h:3298: if (!has_double_value_) { What about has_int32_value_? https://codereview.chromium.org/14040006/diff/1/src/hydrogen-instructions.h#newcode3354 src/hydrogen-instructions.h:3354: // ...
7 years, 8 months ago (2013-04-12 11:30:53 UTC) #2
Sven Panne
LGTM with a nit https://codereview.chromium.org/14040006/diff/6001/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/14040006/diff/6001/src/hydrogen-instructions.h#newcode3208 src/hydrogen-instructions.h:3208: CHECK_NE(NULL, raw_address_); ASSERT_NE
7 years, 8 months ago (2013-04-12 13:47:02 UTC) #3
Yang
Addressed comments. I found that more HValues had to be adapted. Please take a look ...
7 years, 8 months ago (2013-04-15 13:55:31 UTC) #4
Sven Panne
A general remark: Introducing a separate simple class for the Unique IDs might be a ...
7 years, 8 months ago (2013-04-16 06:43:44 UTC) #5
Yang
On 2013/04/16 06:43:44, Sven Panne wrote: > A general remark: Introducing a separate simple class ...
7 years, 8 months ago (2013-04-16 09:34:09 UTC) #6
Sven Panne
Almost there... https://codereview.chromium.org/14040006/diff/18001/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/14040006/diff/18001/src/hydrogen-instructions.h#newcode396 src/hydrogen-instructions.h:396: bool IsImmovableObject(Object* object) const { Slightly obscure, ...
7 years, 8 months ago (2013-04-16 09:46:42 UTC) #7
Yang
Addressed comments. https://codereview.chromium.org/14040006/diff/18001/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/14040006/diff/18001/src/hydrogen-instructions.h#newcode396 src/hydrogen-instructions.h:396: bool IsImmovableObject(Object* object) const { On 2013/04/16 ...
7 years, 8 months ago (2013-04-16 09:59:06 UTC) #8
Sven Panne
LGTM if the nit is addressed. https://codereview.chromium.org/14040006/diff/20010/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/14040006/diff/20010/src/hydrogen-instructions.h#newcode379 src/hydrogen-instructions.h:379: bool IsUninitialized() const ...
7 years, 8 months ago (2013-04-16 10:35:26 UTC) #9
Yang
7 years, 8 months ago (2013-04-16 11:00:15 UTC) #10
Message was sent while issue was closed.
Committed patchset #7 manually as r14273 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698