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;
What's the reason for this rearrangement here an in other places?

https://codereview.chromium.org/19916002/diff/2001/src/log.cc#oldcode1271
src/log.cc:1271: if (!is_logging_code_events()) return;
It checked for logging_nesting_ > 0; now there is no such check, can you
explain why we don't need it?

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.


Reply via email to