| Index: src/ia32/full-codegen-ia32.cc
|
| ===================================================================
|
| --- src/ia32/full-codegen-ia32.cc (revision 8221)
|
| +++ src/ia32/full-codegen-ia32.cc (working copy)
|
| @@ -3203,8 +3203,9 @@
|
| not_zero,
|
| &no_remembered_set,
|
| Label::kNear);
|
| + // Possible optimization: do a check that both values are Smis
|
| + // (or them and test against Smi mask.)
|
|
|
| - __ mov(object, elements);
|
| // Since we are swapping two objects, the incremental marker is not disturbed,
|
| // so we don't call the stub that handles this.
|
| __ RememberedSetHelper(
|
|
|