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

Issue 23064017: Use V8_FINAL and V8_OVERRIDE in various places, fixing bugs revealed by them. (Closed)

Created:
7 years, 4 months ago by Benedikt Meurer
Modified:
7 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Use V8_FINAL and V8_OVERRIDE in various places, fixing bugs revealed by them. - Use V8_FINAL and V8_OVERRIDE in objects. - Use V8_FINAL and V8_OVERRIDE in Ast classes. - Use V8_FINAL and V8_OVERRIDE in Lithium mips backend. - Use V8_FINAL and V8_OVERRIDE in Lithium arm backend. - Use V8_FINAL and V8_OVERRIDE in Lithium x64 backend. - Use V8_FINAL and V8_OVERRIDE in Lithium ia32 backend. - Use V8_FINAL and V8_OVERRIDE in Lithium classes. - Use V8_FINAL and V8_OVERRIDE in Hydrogen classes. R=dslomov@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16232

Patch Set 1 #

Patch Set 2 : Use V8_FINAL and V8_OVERRIDE instead. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1996 lines, -1899 lines) Patch
M src/arm/lithium-arm.h View 1 142 chunks +211 lines, -203 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 14 chunks +43 lines, -39 lines 0 comments Download
M src/arm/lithium-gap-resolver-arm.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ast.h View 1 89 chunks +222 lines, -208 lines 0 comments Download
M src/ast.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen.h View 1 22 chunks +37 lines, -36 lines 0 comments Download
M src/hydrogen-instructions.h View 1 252 chunks +574 lines, -539 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 15 chunks +46 lines, -42 lines 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-ia32.h View 1 147 chunks +211 lines, -203 lines 0 comments Download
M src/lithium.h View 1 12 chunks +12 lines, -12 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 14 chunks +43 lines, -39 lines 0 comments Download
M src/mips/lithium-gap-resolver-mips.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/mips/lithium-mips.h View 1 140 chunks +204 lines, -198 lines 0 comments Download
M src/objects.h View 1 109 chunks +110 lines, -109 lines 0 comments Download
M src/objects.cc View 1 20 chunks +21 lines, -21 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 13 chunks +40 lines, -36 lines 0 comments Download
M src/x64/lithium-gap-resolver-x64.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-x64.h View 1 139 chunks +208 lines, -200 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Benedikt Meurer
PTAL
7 years, 4 months ago (2013-08-19 14:51:02 UTC) #1
Dmitry Lomov (no reviews)
LGTM! I think we should make the use of FINAL and OVERRIDE mandatory in all ...
7 years, 4 months ago (2013-08-19 16:20:22 UTC) #2
Benedikt Meurer
On 2013/08/19 16:20:22, Dmitry Lomov (chromium) wrote: > LGTM! > I think we should make ...
7 years, 4 months ago (2013-08-19 18:20:01 UTC) #3
Benedikt Meurer
On 2013/08/19 18:20:01, Benedikt Meurer wrote: > On 2013/08/19 16:20:22, Dmitry Lomov (chromium) wrote: > ...
7 years, 4 months ago (2013-08-20 07:26:26 UTC) #4
Benedikt Meurer
7 years, 4 months ago (2013-08-20 07:27:31 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r16232.

Powered by Google App Engine
This is Rietveld 408576698