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

Issue 3017018: Change asserts to STATIC_ASSERT if they can be checked at compilation time. ... (Closed)

Created:
10 years, 5 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Change asserts to STATIC_ASSERT if they can be checked at compilation time. Just in the codegen-xxx.cc files on all platforms. Committed: http://code.google.com/p/v8/source/detail?r=5121

Patch Set 1 #

Total comments: 5

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -214 lines) Patch
M src/arm/codegen-arm.cc View 1 2 61 chunks +78 lines, -78 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 2 71 chunks +101 lines, -95 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 2 31 chunks +41 lines, -41 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
William Hesse
10 years, 5 months ago (2010-07-21 16:25:26 UTC) #1
Vyacheslav Egorov (Chromium)
http://codereview.chromium.org/3017018/diff/1/2 File src/arm/codegen-arm.cc (right): http://codereview.chromium.org/3017018/diff/1/2#newcode818 src/arm/codegen-arm.cc:818: STATIC_ASSERT(0 == kSmiTag); sometimes you have == 0 sometimes ...
10 years, 5 months ago (2010-07-22 09:16:15 UTC) #2
William Hesse
Comments addressed
10 years, 5 months ago (2010-07-22 13:29:54 UTC) #3
Vyacheslav Egorov (Chromium)
10 years, 5 months ago (2010-07-22 14:50:11 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698