Revision: 6743
Author: [email protected]
Date: Fri Feb 11 02:36:58 2011
Log: Small cleanup of bug ids
Review URL: http://codereview.chromium.org/6486028
http://code.google.com/p/v8/source/detail?r=6743

Modified:
 /branches/bleeding_edge/src/arm/assembler-arm.cc
 /branches/bleeding_edge/src/runtime.cc

=======================================
--- /branches/bleeding_edge/src/arm/assembler-arm.cc Wed Feb 9 06:57:24 2011 +++ /branches/bleeding_edge/src/arm/assembler-arm.cc Fri Feb 11 02:36:58 2011
@@ -272,7 +272,6 @@
 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.
=======================================
--- /branches/bleeding_edge/src/runtime.cc      Thu Feb 10 06:41:16 2011
+++ /branches/bleeding_edge/src/runtime.cc      Fri Feb 11 02:36:58 2011
@@ -8888,7 +8888,7 @@
       // 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()) {

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to