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

Issue 1310233004: MIPS: [es6] Initial steps towards a correct implementation of IsCallable. (Closed)

Created:
5 years, 3 months ago by akos.palfi.imgtec
Modified:
5 years, 3 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

MIPS: [es6] Initial steps towards a correct implementation of IsCallable. Port of https://codereview.chromium.org/1316933002/ BUG=

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -52 lines) Patch
M src/full-codegen/mips/full-codegen-mips.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 1 chunk +13 lines, -15 lines 0 comments Download
M src/mips64/lithium-codegen-mips64.cc View 1 1 chunk +13 lines, -15 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
paul.l...
https://codereview.chromium.org/1310233004/diff/1/src/mips/lithium-codegen-mips.cc File src/mips/lithium-codegen-mips.cc (right): https://codereview.chromium.org/1310233004/diff/1/src/mips/lithium-codegen-mips.cc#newcode5595 src/mips/lithium-codegen-mips.cc:5595: __ Branch(false_label, lt, at, Operand(FIRST_SPEC_OBJECT_TYPE)); It's a bit dodgy ...
5 years, 3 months ago (2015-08-27 17:59:32 UTC) #2
akos.palfi.imgtec
Thanks, I've addressed the comments, PTAL. https://codereview.chromium.org/1310233004/diff/1/src/mips/lithium-codegen-mips.cc File src/mips/lithium-codegen-mips.cc (right): https://codereview.chromium.org/1310233004/diff/1/src/mips/lithium-codegen-mips.cc#newcode5595 src/mips/lithium-codegen-mips.cc:5595: __ Branch(false_label, lt, ...
5 years, 3 months ago (2015-08-27 18:51:17 UTC) #3
paul.l...
l-g-t-m for inclusion in https://codereview.chromium.org/1316933002/
5 years, 3 months ago (2015-08-27 18:54:17 UTC) #5
Benedikt Meurer
5 years, 3 months ago (2015-08-28 05:42:29 UTC) #6
On 2015/08/27 18:54:17, paul.l... wrote:
> l-g-t-m for inclusion in https://codereview.chromium.org/1316933002/

Merged. Thanks a lot!

Powered by Google App Engine
This is Rietveld 408576698