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

Issue 2245683002: [stubs] Port KeyedLoadIC_Generic stub to TurboFan (Closed)

Created:
4 years, 4 months ago by Jakob Kummerow
Modified:
4 years, 3 months ago
Reviewers:
Toon Verwaest
CC:
v8-reviews_googlegroups.com, Igor Sheludko
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[stubs] Port KeyedLoadIC_Generic stub to TurboFan And also handle dictionary elements loads in the dispatcher. Committed: https://crrev.com/fd5fe3b2a40cc7a9b044416798c3c2aa734469ff Cr-Commit-Position: refs/heads/master@{#39070}

Patch Set 1 #

Total comments: 12

Patch Set 2 : review comments #

Patch Set 3 : rebased #

Patch Set 4 : rebased past fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+309 lines, -74 lines) Patch
M src/builtins/builtins.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/builtins/builtins-handler.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M src/builtins/builtins-sharedarraybuffer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/code-factory.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/code-stub-assembler.h View 1 2 chunks +13 lines, -5 lines 0 comments Download
M src/code-stub-assembler.cc View 1 2 8 chunks +265 lines, -68 lines 0 comments Download
M src/ic/handler-compiler.cc View 1 chunk +9 lines, -1 line 0 comments Download

Messages

Total messages: 18 (7 generated)
Jakob Kummerow
Toon: PTAL. Igor: FYI. https://codereview.chromium.org/2245683002/diff/1/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2245683002/diff/1/src/code-stub-assembler.cc#newcode633 src/code-stub-assembler.cc:633: void CodeStubAssembler::BranchIfPrototypesHaveNoElements( This is pulled ...
4 years, 4 months ago (2016-08-12 15:07:09 UTC) #2
caitp
https://codereview.chromium.org/2245683002/diff/1/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2245683002/diff/1/src/code-stub-assembler.cc#newcode676 src/code-stub-assembler.cc:676: // Bailout if receiver has slow elements. The re-worded ...
4 years, 4 months ago (2016-08-12 15:49:53 UTC) #3
Toon Verwaest
Overall looks good, some comments. https://codereview.chromium.org/2245683002/diff/1/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2245683002/diff/1/src/code-stub-assembler.cc#newcode3953 src/code-stub-assembler.cc:3953: // Check that the ...
4 years, 4 months ago (2016-08-23 10:39:43 UTC) #4
Jakob Kummerow
Thanks for the review. https://codereview.chromium.org/2245683002/diff/1/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2245683002/diff/1/src/code-stub-assembler.cc#newcode3953 src/code-stub-assembler.cc:3953: // Check that the receiver ...
4 years, 3 months ago (2016-08-25 13:03:51 UTC) #5
Toon Verwaest
lgtm
4 years, 3 months ago (2016-08-29 12:09:40 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2245683002/40001
4 years, 3 months ago (2016-08-29 12:38:06 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm_rel_ng/builds/7587) v8_linux_arm_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
4 years, 3 months ago (2016-08-29 12:59:16 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2245683002/60001
4 years, 3 months ago (2016-09-01 09:07:36 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-01 09:39:10 UTC) #15
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/fd5fe3b2a40cc7a9b044416798c3c2aa734469ff Cr-Commit-Position: refs/heads/master@{#39070}
4 years, 3 months ago (2016-09-01 09:39:26 UTC) #17
Jakob Kummerow
4 years, 3 months ago (2016-09-01 16:06:57 UTC) #18
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.chromium.org/2303793002/ by jkummerow@chromium.org.

The reason for reverting is: Suspected to cause webgl_conformance_tests
failures:

WebglConformance_conformance_textures_misc_tex_image_with_format_and_type
(gpu_tests.webgl_conformance_integration_test.WebGLConformanceIntegrationTest)
... [21956:1299:0901/082859:INFO:CONSOLE(11)] "Uncaught TypeError: Cannot read
property 'charCodeAt' of undefined", source:  (11)
[21956:1299:0901/082859:INFO:CONSOLE(174)] "Uncaught TypeError: Cannot read
property 'charCodeAt' of undefined", source: http://127.0.0.1:56892/js/pnglib.js
(174).

Powered by Google App Engine
This is Rietveld 408576698