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

Issue 356213003: Support non-internalized string key lookups in Hydrogen KeyedLoadIC (Closed)

Created:
6 years, 5 months ago by danno
Modified:
6 years, 5 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Support non-internalized string key lookups in Hydrogen KeyedLoadIC R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22070

Patch Set 1 #

Patch Set 2 : Revert unrelated changes #

Patch Set 3 : Revert more unrelated changes #

Total comments: 8

Patch Set 4 : Review feedback #

Total comments: 2

Patch Set 5 : Review feedback #

Patch Set 6 : Merge with ToT #

Patch Set 7 : Merge ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -9 lines) Patch
M src/hydrogen.cc View 1 2 3 4 5 1 chunk +16 lines, -6 lines 0 comments Download
M src/runtime.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
A + test/mjsunit/runtime-gen/internalizestring.js View 1 chunk +1 line, -1 line 0 comments Download
M tools/generate-runtime-tests.py View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
danno
6 years, 5 months ago (2014-06-27 15:17:29 UTC) #1
Jakob Kummerow
LGTM if you revert more unrelated changes https://codereview.chromium.org/356213003/diff/40001/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/356213003/diff/40001/src/hydrogen.cc#newcode1517 src/hydrogen.cc:1517: IfBuilder internalized(this); ...
6 years, 5 months ago (2014-06-27 15:37:51 UTC) #2
Jakob Kummerow
https://codereview.chromium.org/356213003/diff/60001/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/356213003/diff/60001/src/hydrogen.cc#newcode1521 src/hydrogen.cc:1521: not_internalized.Then(); Now you've changed both the name and the ...
6 years, 5 months ago (2014-06-27 17:37:37 UTC) #3
danno
https://codereview.chromium.org/356213003/diff/40001/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/356213003/diff/40001/src/hydrogen.cc#newcode1517 src/hydrogen.cc:1517: IfBuilder internalized(this); On 2014/06/27 15:37:51, Jakob wrote: > nit: ...
6 years, 5 months ago (2014-06-27 17:43:28 UTC) #4
danno
6 years, 5 months ago (2014-06-28 00:33:14 UTC) #5
Message was sent while issue was closed.
Committed patchset #7 manually as r22070 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698