• Clemens Backes's avatar
    [liftoff] Enable more code comments in release builds · 895e00c5
    Clemens Backes authored
    Most Liftoff code comments are generated by the {NextInstruction}
    function. That code was inside an "#ifdef DEBUG" block so far, because
    previously code comments were only enabled in debug builds anyway. Now
    that we have the separate v8_code_comments gn arg, they can also be
    enabled in release builds.
    Hence remove the "#if DEBUG" such that code comments are also output in
    release mode.
    
    This should not introduce any compile time regressions since both macros
    are no-ops in official builds.
    
    R=ahaas@chromium.org
    
    Change-Id: I0bdd11534620072ccf0ff959c7f7d658aa75717b
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2985243
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#75382}
    895e00c5
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
riscv64 Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
DEPS Loading commit data...
liftoff-assembler-defs.h Loading commit data...
liftoff-assembler.cc Loading commit data...
liftoff-assembler.h Loading commit data...
liftoff-compiler.cc Loading commit data...
liftoff-compiler.h Loading commit data...
liftoff-register.h Loading commit data...