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

Issue 718193003: [turbofan] Avoid useless bit masking in typed lowering. (Closed)

Created:
6 years, 1 month ago by Benedikt Meurer
Modified:
6 years, 1 month ago
Reviewers:
Jarin
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

[turbofan] Avoid useless bit masking in typed lowering. There's no need to apply the 0x1f mask to right hand sides of shifts if the input is already in range [0,31]. TEST=cctest,unittests R=jarin@chromium.org Committed: https://chromium.googlesource.com/v8/v8/+/7205f6ee9b795502b953c5545ebe2541980a9ebe

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -5 lines) Patch
M src/compiler/js-typed-lowering.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/js-typed-lowering.cc View 2 chunks +8 lines, -2 lines 0 comments Download
M test/cctest/compiler/test-js-typed-lowering.cc View 1 chunk +7 lines, -3 lines 0 comments Download
M test/unittests/compiler/js-typed-lowering-unittest.cc View 1 chunk +99 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Benedikt Meurer
6 years, 1 month ago (2014-11-13 07:27:05 UTC) #1
Benedikt Meurer
PTAL
6 years, 1 month ago (2014-11-13 07:27:40 UTC) #2
Jarin
lgtm
6 years, 1 month ago (2014-11-13 07:37:14 UTC) #3
Benedikt Meurer
6 years, 1 month ago (2014-11-13 07:41:06 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
7205f6ee9b795502b953c5545ebe2541980a9ebe (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698