Jakob as main reviewer (because we discussed this before).
Darius for src/compiler (a cleanup).
Michael for src/heap and for a second (or third) pair of eyes generally.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
LGTM with a nit.
# 0: No file and line and message only if args are provided (matches official release builds).nit: 80col would be nice
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
# 0: No file and line and message only if args are provided (matches official release builds).nit: 80col would be nice
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Cool change, lgtm :)
Ack, I could have used this multiple times already :)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[base] Introduce v8_logging_level GN arg
Instead of deriving the logging detail (file, line, and message) for
failed checks and unreachable code from DEBUG and OFFICIAL_BUILD, this
CL introduces a new v8_logging_level GN argument.
The new argument supports three levels:
0: No file/line info; message only if provided (matches official
release builds).
1: message but no file or line.
2: everything (file, line, message).
The default value is derived from existing GN args to match the current
behaviour.
Binary size can be saved by using level 1 even in debug builds, or
more detail can be enabled in release builds if needed.
R=jkum...@chromium.org
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |