Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(938)

Unified Diff: src/lithium-allocator.cc

Issue 14812010: Turn off tracking of fields for the roll. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/hydrogen.cc ('k') | src/property-details.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lithium-allocator.cc
diff --git a/src/lithium-allocator.cc b/src/lithium-allocator.cc
index 2b6349a2292854d5e8cc5578bc2aac0be8f7277c..74132b3b76a6138fa530aa46f72fce9883f1585e 100644
--- a/src/lithium-allocator.cc
+++ b/src/lithium-allocator.cc
@@ -1338,7 +1338,6 @@ void LAllocator::BuildLiveRanges() {
#ifdef DEBUG
if (block_id == 0) {
- ALLOW_HANDLE_DEREF(isolate(), "Printing debug information");
BitVector::Iterator iterator(live);
bool found = false;
while (!iterator.Done()) {
« no previous file with comments | « src/hydrogen.cc ('k') | src/property-details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698