https://codereview.chromium.org/19916002/diff/2001/src/log.cc
File src/log.cc (left):
https://codereview.chromium.org/19916002/diff/2001/src/log.cc#oldcode1212
src/log.cc:1212: if (!log_->IsEnabled() || !FLAG_log_code) return;
On 2013/07/22 07:39:41, Yury Semikhatsky wrote:
What's the reason for this rearrangement here an in other places?
No special reason. I just made it consistent with the other places with
the same check.
https://codereview.chromium.org/19916002/diff/2001/src/log.cc#oldcode1271
src/log.cc:1271: if (!is_logging_code_events()) return;
We already have this check in the macro LOG_CODE_EVENT,
so current implementation does this check twice.
https://codereview.chromium.org/19916002/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.