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

Unified Diff: src/arm/full-codegen-arm.cc

Issue 7104107: Incremental mode now works for x64. The only difference (Closed) Base URL: http://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
Index: src/arm/full-codegen-arm.cc
===================================================================
--- src/arm/full-codegen-arm.cc (revision 8221)
+++ src/arm/full-codegen-arm.cc (working copy)
@@ -3275,6 +3275,8 @@
// Possible optimization: do a check that both values are Smis
// (or them and test against Smi mask.)
+ // Since we are swapping two objects, the incremental marker is not disturbed,
+ // so we don't call the stub that handles this.
Lasse Reichstein 2011/06/10 13:55:44 More explanation (e.g. that the incremental marker
Erik Corry 2011/06/10 21:57:29 Done.
__ RememberedSetHelper(
index1, scratch2, kDontSaveFPRegs, MacroAssembler::kFallThroughAtEnd);
__ RememberedSetHelper(

Powered by Google App Engine
This is Rietveld 408576698