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

Issue 23604062: Use UniqueSet<T> and Unique<T> in HCheckMaps and HCheckValue. (Closed)

Created:
7 years, 3 months ago by titzer
Modified:
7 years, 3 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Use UniqueSet<T> and Unique<T> in HCheckMaps and HCheckValue. BUG= R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16814

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use an uninitialized Unique<T> in HCheckMaps. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -100 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M src/hydrogen-escape-analysis.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/hydrogen-instructions.h View 1 8 chunks +36 lines, -49 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 4 chunks +14 lines, -21 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 chunks +5 lines, -6 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M src/unique.h View 1 2 chunks +18 lines, -5 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 chunks +5 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
titzer
7 years, 3 months ago (2013-09-17 08:33:45 UTC) #1
Toon Verwaest
https://codereview.chromium.org/23604062/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (left): https://codereview.chromium.org/23604062/diff/1/src/hydrogen-instructions.h#oldcode2674 src/hydrogen-instructions.h:2674: object_unique_id_ = UniqueValueId(object_); So I guess you'll have to ...
7 years, 3 months ago (2013-09-17 10:37:24 UTC) #2
titzer
On 2013/09/17 10:37:24, Toon Verwaest wrote: > https://codereview.chromium.org/23604062/diff/1/src/hydrogen-instructions.h > File src/hydrogen-instructions.h (left): > > https://codereview.chromium.org/23604062/diff/1/src/hydrogen-instructions.h#oldcode2674 ...
7 years, 3 months ago (2013-09-18 09:43:13 UTC) #3
Toon Verwaest
lgtm (Although I'd still like to have proper asserts when creating / filling in the ...
7 years, 3 months ago (2013-09-18 15:00:15 UTC) #4
titzer
7 years, 3 months ago (2013-09-19 09:07:37 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r16814 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698