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

Issue 1056863002: Rearranged intrinsic declarations according to their implementations. (Closed)

Created:
5 years, 8 months ago by Sven Panne
Modified:
5 years, 8 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Rearranged intrinsic declarations according to their implementations. Now every FOR_EACH_INTRINSIC_FOO sub-macro corresponds to a src/runtime/runtime-FOO.cc file, even the order of runtime functions within that file has been preserved in the corresponding macro, thanks to some eye-hurting for/clang/sed/grep madness. ;-) BUG=v8:3947 LOG=n Committed: https://crrev.com/cfe76e82d9899bc061cd1859eda1605451980fb3 Cr-Commit-Position: refs/heads/master@{#27609}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Feedback. Rebased. #

Patch Set 3 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+643 lines, -697 lines) Patch
M src/runtime/runtime.h View 1 2 2 chunks +643 lines, -697 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
Sven Panne
5 years, 8 months ago (2015-04-02 11:05:47 UTC) #2
Michael Starzinger
LGTM. I like it. Please also coordinate with Yang whether he agrees. https://codereview.chromium.org/1056863002/diff/1/src/runtime/runtime.h File src/runtime/runtime.h ...
5 years, 8 months ago (2015-04-02 11:36:24 UTC) #3
Sven Panne
Feedback addressed + changed Yang from CC: to a reviewer. https://codereview.chromium.org/1056863002/diff/1/src/runtime/runtime.h File src/runtime/runtime.h (right): https://codereview.chromium.org/1056863002/diff/1/src/runtime/runtime.h#newcode18 ...
5 years, 8 months ago (2015-04-02 12:47:33 UTC) #5
Yang
On 2015/04/02 12:47:33, Sven Panne wrote: > Feedback addressed + changed Yang from CC: to ...
5 years, 8 months ago (2015-04-02 18:50:32 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1056863002/40001
5 years, 8 months ago (2015-04-07 06:50:11 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 8 months ago (2015-04-07 07:12:51 UTC) #10
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/cfe76e82d9899bc061cd1859eda1605451980fb3 Cr-Commit-Position: refs/heads/master@{#27609}
5 years, 8 months ago (2015-04-07 07:12:58 UTC) #11
Sven Panne
5 years, 8 months ago (2015-04-07 07:21:21 UTC) #12
Message was sent while issue was closed.
On 2015/04/02 18:50:32, Yang wrote:
> Lgtm! Would it make sense to have a presubmit script policing this ordering?

Just for the record: We discussed this briefly offline and decided to have no
presubmit check. The reason is that due to creative use of 2nd order macros, one
would need heavy clang/grep/sed trickery to check this, and the cost/benefit
ratio seems to be a bit low.

Powered by Google App Engine
This is Rietveld 408576698