|
|
Description[turbofan] Refactor js-inlining.cc to use more graph(), jsgraph(), javascript(), common().
BUG=
Committed: https://crrev.com/4b4c354b91bfd7cc01400c1d984fdc634ce68df0
Cr-Commit-Position: refs/heads/master@{#38363}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Added JSGraph::javascript() #Patch Set 3 : Also do common(), why not. #Patch Set 4 : Doh. #Messages
Total messages: 22 (13 generated)
Description was changed from ========== [turbofan] Refactor js-inlining.cc to use graph() and jsgraph() uniformly. BUG= R=jarin CC=bmeurer ========== to ========== [turbofan] Refactor js-inlining.cc to use graph() and jsgraph() uniformly. BUG= ==========
Please take a look.
bmeurer@chromium.org changed reviewers: + bmeurer@chromium.org
LGTM with nit. https://codereview.chromium.org/2211963002/diff/1/src/compiler/js-inlining.cc File src/compiler/js-inlining.cc (right): https://codereview.chromium.org/2211963002/diff/1/src/compiler/js-inlining.cc... src/compiler/js-inlining.cc:485: jsgraph()->javascript()->ConvertReceiver(p.convert_mode()), Nit: Can you also add a javascript() helper method that returns jsgraph()->javascript()?
https://codereview.chromium.org/2211963002/diff/1/src/compiler/js-inlining.cc File src/compiler/js-inlining.cc (right): https://codereview.chromium.org/2211963002/diff/1/src/compiler/js-inlining.cc... src/compiler/js-inlining.cc:485: jsgraph()->javascript()->ConvertReceiver(p.convert_mode()), On 2016/08/05 04:50:37, Benedikt Meurer wrote: > Nit: Can you also add a javascript() helper method that returns > jsgraph()->javascript()? Done.
The CQ bit was checked by bgeron@google.com
The patchset sent to the CQ was uploaded after l-g-t-m from bmeurer@chromium.org Link to the patchset: https://codereview.chromium.org/2211963002/#ps20001 (title: "Added JSGraph::javascript()")
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 bgeron@google.com
The CQ bit was checked by bgeron@google.com
The patchset sent to the CQ was uploaded after l-g-t-m from bmeurer@chromium.org Link to the patchset: https://codereview.chromium.org/2211963002/#ps40001 (title: "Also do common(), why not.")
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_gyp_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_gyp_rel_ng/build...) v8_linux64_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_rel_ng/builds/10389) v8_linux_arm_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm_rel_ng/builds/...) v8_linux_gcc_compile_rel on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_gcc_compile_rel/bu...) v8_linux_mipsel_compile_rel on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_mipsel_compile_rel...) 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/10335) v8_mac_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel_ng/builds/6383)
Description was changed from ========== [turbofan] Refactor js-inlining.cc to use graph() and jsgraph() uniformly. BUG= ========== to ========== [turbofan] Refactor js-inlining.cc to use more graph(), jsgraph(), javascript(), common(). BUG= ==========
The CQ bit was checked by bgeron@google.com
The patchset sent to the CQ was uploaded after l-g-t-m from bmeurer@chromium.org Link to the patchset: https://codereview.chromium.org/2211963002/#ps60001 (title: "Doh.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== [turbofan] Refactor js-inlining.cc to use more graph(), jsgraph(), javascript(), common(). BUG= ========== to ========== [turbofan] Refactor js-inlining.cc to use more graph(), jsgraph(), javascript(), common(). BUG= ==========
Message was sent while issue was closed.
Committed patchset #4 (id:60001)
Message was sent while issue was closed.
Description was changed from ========== [turbofan] Refactor js-inlining.cc to use more graph(), jsgraph(), javascript(), common(). BUG= ========== to ========== [turbofan] Refactor js-inlining.cc to use more graph(), jsgraph(), javascript(), common(). BUG= Committed: https://crrev.com/4b4c354b91bfd7cc01400c1d984fdc634ce68df0 Cr-Commit-Position: refs/heads/master@{#38363} ==========
Message was sent while issue was closed.
Patchset 4 (id:??) landed as https://crrev.com/4b4c354b91bfd7cc01400c1d984fdc634ce68df0 Cr-Commit-Position: refs/heads/master@{#38363} |