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

Issue 2395453002: [stubs] Add String and JSReceiver instance type predicates (Closed)

Created:
4 years, 2 months ago by jgruber
Modified:
4 years, 2 months ago
CC:
v8-reviews_googlegroups.com, rmcilroy
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[stubs] Add String and JSReceiver instance type predicates These improve readability of relevant code passages. Committed: https://crrev.com/f73074195e46699903cb43cf5bb63fef803ef3ee Cr-Commit-Position: refs/heads/master@{#39978}

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -137 lines) Patch
M src/builtins/builtins-array.cc View 4 chunks +8 lines, -14 lines 0 comments Download
M src/builtins/builtins-conversion.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M src/builtins/builtins-object.cc View 2 chunks +4 lines, -8 lines 0 comments Download
M src/code-stub-assembler.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/code-stub-assembler.cc View 9 chunks +23 lines, -26 lines 3 comments Download
M src/code-stubs.cc View 24 chunks +36 lines, -82 lines 3 comments Download
M src/interpreter/interpreter.cc View 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (11 generated)
jgruber
+bmeurer for logic inversions in code-stubs.cc. https://codereview.chromium.org/2395453002/diff/1/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2395453002/diff/1/src/code-stub-assembler.cc#newcode3107 src/code-stub-assembler.cc:3107: GotoUnless(IsStringInstanceType(key_instance_type), if_bailout); Igor: ...
4 years, 2 months ago (2016-10-04 13:35:54 UTC) #4
Benedikt Meurer
LGTM from my side.
4 years, 2 months ago (2016-10-05 03:41:20 UTC) #9
Igor Sheludko
lgtm. the old logic was fine, please update the CL's description. https://codereview.chromium.org/2395453002/diff/1/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): ...
4 years, 2 months ago (2016-10-05 08:02:28 UTC) #10
jgruber
https://codereview.chromium.org/2395453002/diff/1/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/2395453002/diff/1/src/code-stubs.cc#newcode768 src/code-stubs.cc:768: assembler->IsJSReceiverInstanceType(rhs_instance_type), On 2016/10/05 08:02:27, Igor Sheludko wrote: > On ...
4 years, 2 months ago (2016-10-05 08:39:38 UTC) #12
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/2395453002/1
4 years, 2 months ago (2016-10-05 08:39:56 UTC) #14
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-10-05 08:43:03 UTC) #16
commit-bot: I haz the power
4 years, 2 months ago (2016-10-05 08:43:23 UTC) #18
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/f73074195e46699903cb43cf5bb63fef803ef3ee
Cr-Commit-Position: refs/heads/master@{#39978}

Powered by Google App Engine
This is Rietveld 408576698