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

Issue 696783005: harmony-scoping: Implement LoadIC handler for loads from global contexts. (Closed)

Created:
6 years, 1 month ago by Dmitry Lomov (no reviews)
Modified:
6 years, 1 month ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

harmony-scoping: Implement LoadIC handler for loads from global contexts. R=ishell@chromium.org, adamk@chromium.org, rossberg@chromium.org, verwaest@chromium.org BUG=v8:2198 LOG=N Committed: https://code.google.com/p/v8/source/detail?r=25259

Patch Set 1 #

Patch Set 2 : Finished/rebased #

Total comments: 1

Patch Set 3 : Cleanup #

Total comments: 6

Patch Set 4 : CR feedback + rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -2 lines) Patch
M src/code-stubs.h View 1 2 3 2 chunks +41 lines, -0 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
M src/contexts.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M src/ic/ic.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M test/cctest/test-decls.cc View 1 2 3 2 chunks +58 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
Dmitry Lomov (no reviews)
FYI, this is mostly finished work in progress; needs https://codereview.chromium.org/705663004/ to land, but let me ...
6 years, 1 month ago (2014-11-07 15:17:22 UTC) #1
Dmitry Lomov (no reviews)
This is now ready for review; PTAL
6 years, 1 month ago (2014-11-07 16:47:29 UTC) #3
adamk
Toon is clearly the expert here, but I'm learning by reading this patch. Just one ...
6 years, 1 month ago (2014-11-07 16:57:03 UTC) #4
Dmitry Lomov (no reviews)
Cleaned it up a bit per Adam's request
6 years, 1 month ago (2014-11-07 18:25:15 UTC) #5
adamk
style-wise looking good, but Toon is the right person to review this further
6 years, 1 month ago (2014-11-10 17:23:26 UTC) #6
Igor Sheludko
lgtm with nits: https://codereview.chromium.org/696783005/diff/40001/src/code-stubs.h File src/code-stubs.h (right): https://codereview.chromium.org/696783005/diff/40001/src/code-stubs.h#newcode2041 src/code-stubs.h:2041: return lookup_result->context_index >= 0 && Suggestion: ...
6 years, 1 month ago (2014-11-11 09:49:51 UTC) #8
Dmitry Lomov (no reviews)
Comments addressed, landing https://codereview.chromium.org/696783005/diff/40001/src/code-stubs.h File src/code-stubs.h (right): https://codereview.chromium.org/696783005/diff/40001/src/code-stubs.h#newcode2041 src/code-stubs.h:2041: return lookup_result->context_index >= 0 && On ...
6 years, 1 month ago (2014-11-11 11:16:20 UTC) #9
Dmitry Lomov (no reviews)
6 years, 1 month ago (2014-11-11 11:16:40 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as 25259 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698