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

Unified Diff: src/x64/macro-assembler-x64.h

Issue 7277038: make gc branch compile on Win32. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Created 9 years, 6 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
« src/platform-win32.cc ('K') | « src/x64/assembler-x64-inl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/x64/macro-assembler-x64.h
diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h
index daa071e14941779f45130b29b8d4cc57b8892618..2365abdeb2865a0b38803b1843f426d05d156637 100644
--- a/src/x64/macro-assembler-x64.h
+++ b/src/x64/macro-assembler-x64.h
@@ -78,8 +78,9 @@ class MacroAssembler: public Assembler {
void PushRoot(Heap::RootListIndex index);
void StoreRoot(Register source, Heap::RootListIndex index);
- // ---------------------------------------------------------------------------
- // GC Support
+// ---------------------------------------------------------------------------
Vyacheslav Egorov (Chromium) 2011/06/28 12:28:37 Accidental edit?
Lasse Reichstein 2011/06/29 10:54:58 Deliberate. No need to indent the separator.
+// GC Support
+
// For page containing |object| mark region covering |addr| dirty.
// RecordWriteHelper only works if the object is not in new
« src/platform-win32.cc ('K') | « src/x64/assembler-x64-inl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698