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

Issue 498283002: Change more PlatformCodeStubs to encode properties in the minor key. (Closed)

Created:
6 years, 4 months ago by Yang
Modified:
6 years, 3 months ago
Reviewers:
mvstanton
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Change more PlatformCodeStubs to encode properties in the minor key. R=mvstanton@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23394

Patch Set 1 #

Total comments: 3

Patch Set 2 : fix instanceof #

Unified diffs Side-by-side diffs Delta from patch set Stats (+225 lines, -223 lines) Patch
M src/arm/code-stubs-arm.cc View 12 chunks +16 lines, -16 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 9 chunks +15 lines, -15 lines 0 comments Download
M src/code-stubs.h View 1 22 chunks +134 lines, -129 lines 0 comments Download
M src/code-stubs.cc View 6 chunks +27 lines, -8 lines 0 comments Download
M src/codegen.cc View 1 chunk +0 lines, -18 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 11 chunks +16 lines, -17 lines 0 comments Download
M src/ic/ic-compiler.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 10 chunks +15 lines, -16 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
6 years, 4 months ago (2014-08-25 15:08:08 UTC) #1
mvstanton
A couple nits, and then LGTM when addressed. https://codereview.chromium.org/498283002/diff/1/src/code-stubs.h File src/code-stubs.h (right): https://codereview.chromium.org/498283002/diff/1/src/code-stubs.h#newcode808 src/code-stubs.h:808: class ...
6 years, 3 months ago (2014-08-26 09:05:02 UTC) #2
Yang
https://codereview.chromium.org/498283002/diff/1/src/code-stubs.h File src/code-stubs.h (right): https://codereview.chromium.org/498283002/diff/1/src/code-stubs.h#newcode808 src/code-stubs.h:808: class ArgumentCountBits : public BitField<ArgumentCountKey, 0, 2> {}; On ...
6 years, 3 months ago (2014-08-26 09:32:25 UTC) #3
Yang
6 years, 3 months ago (2014-08-26 10:39:30 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as 23394 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698