Revision: 24799
Author:   [email protected]
Date:     Wed Oct 22 10:26:38 2014 UTC
Log:      MIPS64: Spread the knowledge!

Port r24793 (c0c2b0d)
https://code.google.com/p/v8/source/detail?r=24799

Modified:
 /branches/bleeding_edge/src/mips64/full-codegen-mips64.cc

=======================================
--- /branches/bleeding_edge/src/mips64/full-codegen-mips64.cc Mon Oct 20 17:59:59 2014 UTC +++ /branches/bleeding_edge/src/mips64/full-codegen-mips64.cc Wed Oct 22 10:26:38 2014 UTC
@@ -1708,6 +1708,8 @@
         DCHECK(!CompileTimeValue::IsCompileTimeValue(property->value()));
         // Fall through.
       case ObjectLiteral::Property::COMPUTED:
+        // It is safe to use [[Put]] here because the boilerplate already
+        // contains computed properties with an uninitialized value.
         if (key->value()->IsInternalizedString()) {
           if (property->emit_store()) {
             VisitForAccumulatorValue(value);

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to