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

Issue 12886008: Unify kMaxArguments with number of bits used to encode it. (Closed)

Created:
7 years, 9 months ago by Toon Verwaest
Modified:
7 years, 9 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Unify kMaxArguments with number of bits used to encode it. Increase the number of bits by 1 by making Flags unsigned. BUG=chromium:211741 Committed: https://code.google.com/p/v8/source/detail?r=13964

Patch Set 1 #

Total comments: 1

Patch Set 2 : Addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -14 lines) Patch
M src/objects.h View 2 chunks +5 lines, -2 lines 0 comments Download
M src/objects-inl.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/parser.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/parser.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/stub-cache.cc View 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Toon Verwaest
PTAL
7 years, 9 months ago (2013-03-18 12:47:50 UTC) #1
danno
lgtm with comment https://chromiumcodereview.appspot.com/12886008/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://chromiumcodereview.appspot.com/12886008/diff/1/src/objects-inl.h#newcode3872 src/objects-inl.h:3872: ASSERT(argc < Code::kMaxArguments); Why not <= ...
7 years, 9 months ago (2013-03-18 13:03:59 UTC) #2
Toon Verwaest
Addressed comment. Landing.
7 years, 9 months ago (2013-03-18 13:35:00 UTC) #3
Toon Verwaest
7 years, 9 months ago (2013-03-18 13:35:40 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r13964 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698