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

Issue 9395075: Cleaned up runtime macros a bit. (Closed)

Created:
8 years, 10 months ago by Sven Panne
Modified:
8 years, 10 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Cleaned up runtime macros a bit. The bulk of this CL is purely mechanical: Make the CONVERT_FOO macros more uniform by always using an index instead of an object. Apart from this, it includes a few minor changes like using CONVERT_SMI_ARG_CHECKED a bit more or introducing a new macro for PropertyDetails. Nothing spectacular, just something sitting on my disk for quite some time now... Committed: https://code.google.com/p/v8/source/detail?r=10772

Patch Set 1 #

Total comments: 6

Patch Set 2 : Incorporated review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+303 lines, -306 lines) Patch
M src/runtime.cc View 1 181 chunks +303 lines, -306 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Sven Panne
8 years, 10 months ago (2012-02-20 15:13:24 UTC) #1
Jakob Kummerow
LGTM with comments. Happy to take another look if you decide to make substantial changes. ...
8 years, 10 months ago (2012-02-20 17:31:47 UTC) #2
Sven Panne
http://codereview.chromium.org/9395075/diff/1/src/runtime.cc File src/runtime.cc (right): http://codereview.chromium.org/9395075/diff/1/src/runtime.cc#newcode72 src/runtime.cc:72: #define CONVERT_CHECKED(Type, name, index) \ On 2012/02/20 17:31:47, Jakob ...
8 years, 10 months ago (2012-02-21 07:21:01 UTC) #3
Sven Panne
8 years, 10 months ago (2012-02-21 07:32:22 UTC) #4
FYI: While I renamed the 2 macros, I renamed 2 more for more consistency...

Powered by Google App Engine
This is Rietveld 408576698