From e3fd635f261db07a8b005e24081d3d5f03ca238e Mon Sep 17 00:00:00 2001 From: "sgjesse@chromium.org" Date: Fri, 11 Feb 2011 10:36:58 +0000 Subject: [PATCH] Small cleanup of bug ids Review URL: http://codereview.chromium.org/6486028 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6743 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/arm/assembler-arm.cc | 1 - src/runtime.cc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/arm/assembler-arm.cc b/src/arm/assembler-arm.cc index 3bbd18e..fb9bb48 100644 --- a/src/arm/assembler-arm.cc +++ b/src/arm/assembler-arm.cc @@ -272,7 +272,6 @@ static byte* spare_buffer_ = NULL; Assembler::Assembler(void* buffer, int buffer_size) : positions_recorder_(this), allow_peephole_optimization_(false) { - // BUG(3245989): disable peephole optimization if crankshaft is enabled. allow_peephole_optimization_ = FLAG_peephole_optimization; if (buffer == NULL) { // Do our own buffer management. diff --git a/src/runtime.cc b/src/runtime.cc index 69421d2..0ef654a 100644 --- a/src/runtime.cc +++ b/src/runtime.cc @@ -8888,7 +8888,7 @@ static MaybeObject* Runtime_GetFrameDetails(Arguments args) { // If we are inspecting an optimized frame use undefined as the // value for all locals. // - // TODO(3141533): We should be able to get the correct values + // TODO(1140): We should be able to get the correct values // for locals in optimized frames. locals->set(i * 2 + 1, Heap::undefined_value()); } else if (i < info.number_of_stack_slots()) { -- 2.7.4