|
|
Created:
4 years, 1 month ago by Jakob Kummerow Modified:
4 years ago Reviewers:
Igor Sheludko CC:
v8-reviews_googlegroups.com Target Ref:
refs/pending/heads/master Project:
v8 Visibility:
Public. |
Description[cleanup] Refactor builtins-number.cc
Introducing a TF_BUILTIN macro that wraps CodeStubAssembler usage
into a convenient interface (using a subclass under the hood).
Committed: https://crrev.com/cbf59c4c704e83a43b52c5ba6825df576fdaece8
Cr-Commit-Position: refs/heads/master@{#41236}
Patch Set 1 #
Total comments: 1
Patch Set 2 : ready for review #
Created: 4 years ago
Messages
Total messages: 16 (7 generated)
Patchset #1 (id:1) has been deleted
jkummerow@chromium.org changed reviewers: + ishell@chromium.org
Here's the refactoring we discussed a couple of days ago. Please take an early look. If you like the approach, I'll continue with the rest of the file. (And then other files can follow suit later.)
Awesome! Go ahead! https://codereview.chromium.org/2517833005/diff/20001/src/builtins/builtins-u... File src/builtins/builtins-utils.h (right): https://codereview.chromium.org/2517833005/diff/20001/src/builtins/builtins-u... src/builtins/builtins-utils.h:115: // through the (inherited) CodeAssembler::Parameter() function. I'm sorry, I don't follow.
Awesome! lgtm!
The CQ bit was checked by jkummerow@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: v8_linux64_avx2_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng/buil...) v8_linux64_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_rel_ng/builds/16743) v8_linux_arm64_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel_ng/build...) v8_linux_mips64el_compile_rel on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_mips64el_compile_r...) v8_linux_nodcheck_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel_ng/bu...) v8_linux_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_rel_ng/builds/16703) v8_mac_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel_ng/builds/13084)
The CQ bit was checked by jkummerow@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch. Bot data: {"patchset_id": 40001, "attempt_start_ts": 1479946213615590, "parent_rev": "eeffe3b508a597da8438331b3b7aca1b90c925de", "commit_rev": "cfa83e4513df1a0c05bdafc9669934550c22e909"}
Message was sent while issue was closed.
Committed patchset #2 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== [cleanup] Refactor builtins-number.cc Introducing a TF_BUILTIN macro that wraps CodeStubAssembler usage into a convenient interface (using a subclass under the hood). ========== to ========== [cleanup] Refactor builtins-number.cc Introducing a TF_BUILTIN macro that wraps CodeStubAssembler usage into a convenient interface (using a subclass under the hood). Committed: https://crrev.com/cbf59c4c704e83a43b52c5ba6825df576fdaece8 Cr-Commit-Position: refs/heads/master@{#41236} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/cbf59c4c704e83a43b52c5ba6825df576fdaece8 Cr-Commit-Position: refs/heads/master@{#41236}
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:40001) has been created in https://codereview.chromium.org/2529873002/ by hablich@chromium.org. The reason for reverting is: Secondary dependency to revert https://codereview.chromium.org/2522393002/. |