|
|
Chromium Code Reviews
DescriptionSupport ConvertableToTraceFormat arguments for events coming from V8.
BUG=406277
Committed: https://crrev.com/7722c1c238cdef0616cf4654a056863ef0b9e4ac
Cr-Commit-Position: refs/heads/master@{#420539}
Patch Set 1 #
Total comments: 2
Messages
Total messages: 16 (9 generated)
alph@chromium.org changed reviewers: + fmeawad@chromium.org, jochen@chromium.org
PTAL
The CQ bit was checked by alph@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
lgtm with a comment. https://codereview.chromium.org/2347033002/diff/1/gin/v8_platform.cc File gin/v8_platform.cc (right): https://codereview.chromium.org/2347033002/diff/1/gin/v8_platform.cc#newcode100 gin/v8_platform.cc:100: std::unique_ptr<base::trace_event::ConvertableToTraceFormat> convertables[2]; Instead of the 2 if conditions, maybe a tiny for loop that we hope the compiler will unroll?
https://codereview.chromium.org/2347033002/diff/1/gin/v8_platform.cc File gin/v8_platform.cc (right): https://codereview.chromium.org/2347033002/diff/1/gin/v8_platform.cc#newcode100 gin/v8_platform.cc:100: std::unique_ptr<base::trace_event::ConvertableToTraceFormat> convertables[2]; On 2016/09/15 23:53:44, fmeawad wrote: > Instead of the 2 if conditions, maybe a tiny for loop that we hope the compiler > will unroll? I doubt it will be able to unroll it as the num_args in not a compile time constant.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
Description was changed from ========== Support ConvertableToTraceFormat arguments for events coming from V8. BUG=406277 ========== to ========== Support ConvertableToTraceFormat arguments for events coming from V8. BUG=406277 ==========
lgtm
The CQ bit was checked by alph@chromium.org
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 ========== Support ConvertableToTraceFormat arguments for events coming from V8. BUG=406277 ========== to ========== Support ConvertableToTraceFormat arguments for events coming from V8. BUG=406277 ==========
Message was sent while issue was closed.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
Description was changed from ========== Support ConvertableToTraceFormat arguments for events coming from V8. BUG=406277 ========== to ========== Support ConvertableToTraceFormat arguments for events coming from V8. BUG=406277 Committed: https://crrev.com/7722c1c238cdef0616cf4654a056863ef0b9e4ac Cr-Commit-Position: refs/heads/master@{#420539} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/7722c1c238cdef0616cf4654a056863ef0b9e4ac Cr-Commit-Position: refs/heads/master@{#420539} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
