Chromium Code Reviews

Unified Diff: src/compilation-info.cc

Issue 2377283002: [crankshaft] Move is_tracking_positions predicate. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/compilation-info.h ('k') | src/crankshaft/hydrogen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compilation-info.cc
diff --git a/src/compilation-info.cc b/src/compilation-info.cc
index 5fdd23864cffafba8bcbd31dca97de7056b5a43d..2e0934a2cd0bbe1eac727c6d5c011743d9b57f21 100644
--- a/src/compilation-info.cc
+++ b/src/compilation-info.cc
@@ -75,8 +75,6 @@ CompilationInfo::CompilationInfo(ParseInfo* parse_info,
dependencies_(isolate, zone),
bailout_reason_(kNoReason),
prologue_offset_(Code::kPrologueOffsetNotSet),
- track_positions_(FLAG_hydrogen_track_positions ||
- isolate->is_profiling()),
parameter_count_(0),
optimization_id_(-1),
osr_expr_stack_height_(-1),
« no previous file with comments | « src/compilation-info.h ('k') | src/crankshaft/hydrogen.h » ('j') | no next file with comments »

Powered by Google App Engine