1. 30 Sep, 2015 1 commit
  2. 08 Sep, 2015 1 commit
  3. 12 Aug, 2015 1 commit
  4. 15 Jul, 2015 1 commit
  5. 25 Jun, 2015 1 commit
  6. 24 Jun, 2015 2 commits
  7. 10 Jun, 2015 1 commit
  8. 09 Jun, 2015 4 commits
  9. 24 Oct, 2014 1 commit
  10. 04 Aug, 2014 1 commit
  11. 28 Jul, 2014 1 commit
  12. 30 Jun, 2014 1 commit
  13. 24 Jun, 2014 1 commit
  14. 03 Jun, 2014 1 commit
  15. 27 May, 2014 1 commit
  16. 26 May, 2014 2 commits
  17. 29 Apr, 2014 1 commit
  18. 21 Jan, 2014 1 commit
    • rossberg@chromium.org's avatar
      Retry landing "Implement zone-allocated types" · 928d71f8
      rossberg@chromium.org authored
      Works around apparent scoping bug in VS, the only change to before being a method rename in the test suite:
      
      --- a/test/cctest/test-types.cc
      +++ b/test/cctest/test-types.cc
      @@ -153,7 +153,7 @@ struct ZoneRep {
           return reinterpret_cast<ZoneList<ZoneType*>*>(AsTagged(t));
         }
      
      -  static Zone* Region(Zone* zone, Isolate* isolate) { return zone; }
      +  static Zone* ToRegion(Zone* zone, Isolate* isolate) { return zone; }
       };
      
      @@ -168,7 +168,7 @@ struct HeapRep {
         static Object* AsConstant(Handle<Type> t) { return Box::cast(*t)->value(); }
         static FixedArray* AsUnion(Handle<Type> t) { return FixedArray::cast(*t); }
      
      -  static Isolate* Region(Zone* zone, Isolate* isolate) { return isolate; }
      +  static Isolate* ToRegion(Zone* zone, Isolate* isolate) { return isolate; }
       };
      
      @@ -183,7 +183,7 @@ struct Tests : Rep {
             isolate(CcTest::i_isolate()),
             scope(isolate),
             zone(isolate),
      -      T(Rep::Region(&zone, isolate), isolate) {
      +      T(Rep::ToRegion(&zone, isolate), isolate) {
         }
      
         static void CheckEqual(TypeHandle type1, TypeHandle type2) {
      
      R=titzer@chromium.org
      BUG=
      
      Review URL: https://codereview.chromium.org/143693003
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18711 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      928d71f8
  19. 10 Jan, 2014 2 commits
  20. 03 May, 2013 1 commit
  21. 24 Apr, 2013 1 commit
  22. 16 Apr, 2013 1 commit
  23. 14 Jan, 2013 1 commit
  24. 27 Dec, 2012 1 commit
  25. 11 Dec, 2012 1 commit
  26. 11 Jun, 2012 1 commit
  27. 04 Jun, 2012 1 commit
  28. 09 May, 2012 1 commit
  29. 10 Apr, 2012 1 commit
  30. 06 Feb, 2012 1 commit
  31. 26 Oct, 2011 1 commit
  32. 21 Oct, 2011 1 commit
  33. 18 Oct, 2011 1 commit
  34. 01 Oct, 2011 1 commit