• Clemens Hammacher's avatar
    Move helper struct from logging.h to template-utils.h · 84dc3679
    Clemens Hammacher authored
    I want to reuse the PassType helper in another CL, thus move it from
    logging.h to template-utils.h, and rename it to pass_value_or_ref to
    match other helpers there.
    Also, add a boolean template parameter to declare whether array
    dimensions should be removed. The default is to do so, which helps to
    reduce the number of template instantiations by always passing arrays
    as pointers.
    
    Also, fix the usages in logging.h to actually use that helper when
    instantiating other template functions. This will reduce the number of
    instantiations.
    
    And finally, we now have unit tests for the template utils, to document
    what we expect, and test that this works on all architectures.
    
    R=ishell@chromium.org, tebbi@chromium.org
    
    Change-Id: I1ef5d2a489a5cfc7601c5ab13748674e3aa86cd6
    Reviewed-on: https://chromium-review.googlesource.com/594247
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Reviewed-by: 's avatarTobias Tebbi <tebbi@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#47191}
    84dc3679
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
docs Loading commit data...
gni Loading commit data...
gypfiles Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...