Revision: 18106
Author:   [email protected]
Date:     Wed Nov 27 14:32:35 2013 UTC
Log:      ARM/MIPS compilation error.

Due to an error during platform porting.

[email protected]

Review URL: https://codereview.chromium.org/91583002
http://code.google.com/p/v8/source/detail?r=18106

Modified:
 /branches/bleeding_edge/src/arm/full-codegen-arm.cc
 /branches/bleeding_edge/src/mips/full-codegen-mips.cc

=======================================
--- /branches/bleeding_edge/src/arm/full-codegen-arm.cc Wed Nov 27 14:03:40 2013 UTC +++ /branches/bleeding_edge/src/arm/full-codegen-arm.cc Wed Nov 27 14:32:35 2013 UTC
@@ -1786,7 +1786,7 @@

   AllocationSiteMode allocation_site_mode = FLAG_track_allocation_sites
       ? TRACK_ALLOCATION_SITE : DONT_TRACK_ALLOCATION_SITE;
-  if (has_constant_fast_elements && !FLAG_allocation_site_pretenuring) {
+  if (has_fast_elements && !FLAG_allocation_site_pretenuring) {
     // If the only customer of allocation sites is transitioning, then
     // we can turn it off if we don't have anywhere else to transition to.
     allocation_site_mode = DONT_TRACK_ALLOCATION_SITE;
=======================================
--- /branches/bleeding_edge/src/mips/full-codegen-mips.cc Wed Nov 27 14:03:40 2013 UTC +++ /branches/bleeding_edge/src/mips/full-codegen-mips.cc Wed Nov 27 14:32:35 2013 UTC
@@ -1798,7 +1798,7 @@

   AllocationSiteMode allocation_site_mode = FLAG_track_allocation_sites
       ? TRACK_ALLOCATION_SITE : DONT_TRACK_ALLOCATION_SITE;
-  if (has_constant_fast_elements && !FLAG_allocation_site_pretenuring) {
+  if (has_fast_elements && !FLAG_allocation_site_pretenuring) {
     // If the only customer of allocation sites is transitioning, then
     // we can turn it off if we don't have anywhere else to transition to.
     allocation_site_mode = DONT_TRACK_ALLOCATION_SITE;

--
--
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/groups/opt_out.

Reply via email to