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

Unified Diff: src/virtual-frame-ia32.cc

Issue 18745: Cleanup the rest of the experimental sources by filing issues and... (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/toiger/
Patch Set: Created 11 years, 11 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/jump-target-ia32.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/virtual-frame-ia32.cc
===================================================================
--- src/virtual-frame-ia32.cc (revision 1142)
+++ src/virtual-frame-ia32.cc (working copy)
@@ -424,7 +424,7 @@
}
// At this point, the frames should be identical.
- // TODO(): Consider an "equals" method for frames.
+ // TODO(208): Consider an "equals" method for frames.
ASSERT(stack_pointer_ == expected->stack_pointer_);
#ifdef DEBUG
for (int i = 0; i < elements_.length(); i++) {
@@ -819,7 +819,7 @@
elements_[index] = top;
if (top.is_memory()) {
- // TODO(): consider allocating the slot to a register.
+ // TODO(209): consider allocating the slot to a register.
//
// Emit code to store memory values into the required frame slot.
Result temp = cgen_->allocator()->Allocate();
« no previous file with comments | « src/jump-target-ia32.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698