1. 26 Nov, 2015 1 commit
  2. 17 Nov, 2015 1 commit
  3. 01 Oct, 2015 1 commit
  4. 30 Sep, 2015 1 commit
  5. 10 Sep, 2015 1 commit
    • mvstanton's avatar
      Vector ICs: The Oracle needs to report feedback for the object literals and the count operation. · 752b0308
      mvstanton authored
      The refactoring is because it's awkward and error-prone to deterimine which IC slot an
      ObjectLiteralProperty uses for feedback. The fix is for each one to know it's own slot. In the
      numbering pass, we allocate slots for the ObjectLiteral, then hand out those slots into the
      properties.
      
      It adds one word to the ObjectLiteralProperty expression - I'm investigating if thats a
      problem.
      
      This changes makes compiling the object literal cleaner across the three compilers. Also, the
      slot allocation logic in ObjectLiteral::ComputeFeedbackRequirements() was refactoring to mimic
      the style in full-codegen. This is useful since it must remain in sync with
      FullCodegen::VisitObjectLiteral().
      
      Review URL: https://codereview.chromium.org/1321993004
      
      Cr-Commit-Position: refs/heads/master@{#30686}
      752b0308
  6. 04 Sep, 2015 1 commit
  7. 03 Sep, 2015 2 commits
  8. 28 Aug, 2015 1 commit
  9. 20 Aug, 2015 1 commit
  10. 25 Jun, 2015 1 commit
  11. 27 May, 2015 1 commit
  12. 05 May, 2015 2 commits
  13. 15 Apr, 2015 1 commit
  14. 26 Mar, 2015 1 commit
  15. 10 Mar, 2015 1 commit
  16. 29 Jan, 2015 1 commit
  17. 23 Jan, 2015 1 commit
    • danno's avatar
      Remove the dependency of Zone on Isolate · c7b09aac
      danno authored
      Along the way:
      - Thread isolate parameter explicitly through code that used to
        rely on getting it from the zone.
      - Canonicalize the parameter position of isolate and zone for
        affected code
      - Change Hydrogen New<> instruction templates to automatically
        pass isolate
      
      R=mstarzinger@chromium.org
      LOG=N
      
      Review URL: https://codereview.chromium.org/868883002
      
      Cr-Commit-Position: refs/heads/master@{#26252}
      c7b09aac
  18. 19 Dec, 2014 1 commit
  19. 15 Dec, 2014 1 commit
  20. 27 Nov, 2014 1 commit
  21. 20 Nov, 2014 1 commit
  22. 20 Oct, 2014 1 commit
  23. 10 Oct, 2014 2 commits
  24. 02 Oct, 2014 1 commit
  25. 18 Sep, 2014 1 commit
  26. 05 Aug, 2014 1 commit
  27. 22 Jul, 2014 1 commit
  28. 03 Jun, 2014 1 commit
  29. 26 May, 2014 2 commits
  30. 22 May, 2014 1 commit
  31. 30 Apr, 2014 1 commit
  32. 29 Apr, 2014 1 commit
  33. 17 Mar, 2014 1 commit
  34. 14 Mar, 2014 1 commit
  35. 13 Mar, 2014 1 commit
  36. 12 Mar, 2014 1 commit