1. 06 May, 2014 1 commit
  2. 05 May, 2014 1 commit
  3. 02 May, 2014 1 commit
  4. 29 Apr, 2014 1 commit
  5. 02 Apr, 2014 1 commit
  6. 11 Mar, 2014 1 commit
  7. 05 Mar, 2014 1 commit
  8. 07 Jan, 2014 1 commit
    • jarin@chromium.org's avatar
      Fixed Lithium environment generation bug for captured objects (created · acf24331
      jarin@chromium.org authored
      by escape analysis). Added several tests that expose the bug.
      
      Summary:
      LCodegen::AddToTranslation assumes that Lithium environments are
      generated by depth-first traversal, but LChunkBuilder::CreateEnvironment
      was generating them in breadth-first fashion. This fixes the
      CreateEnvironment to traverse the captured objects depth-first.
      
      Note:
      It might be worth considering representing LEnvironment by a list
      with the same order as the serialized translation representation
      rather than having two lists with a subtle relationship between
      them (and then serialize in a slightly different order again).
      
      R=titzer@chromium.org, mstarzinger@chromium.org
      LOG=N
      BUG=
      
      Review URL: https://codereview.chromium.org/93803003
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18470 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      acf24331
  9. 15 Nov, 2013 1 commit
  10. 21 Oct, 2013 1 commit
  11. 20 Aug, 2013 3 commits
  12. 14 Aug, 2013 1 commit
  13. 07 Aug, 2013 1 commit
  14. 27 Jun, 2013 1 commit
  15. 26 Jun, 2013 1 commit
  16. 25 Jun, 2013 1 commit
  17. 12 Jun, 2013 1 commit
  18. 27 May, 2013 1 commit
  19. 23 May, 2013 1 commit
  20. 02 May, 2013 2 commits
  21. 18 Apr, 2013 1 commit
  22. 06 Mar, 2013 1 commit
  23. 14 Feb, 2013 1 commit
  24. 07 Feb, 2013 1 commit
  25. 04 Feb, 2013 1 commit
  26. 24 Jan, 2013 1 commit
  27. 28 Dec, 2012 1 commit
  28. 18 Dec, 2012 1 commit
  29. 10 Dec, 2012 1 commit
  30. 07 Dec, 2012 1 commit
  31. 05 Dec, 2012 1 commit
  32. 03 Dec, 2012 2 commits
  33. 30 Nov, 2012 2 commits
  34. 26 Sep, 2012 1 commit
  35. 12 Sep, 2012 1 commit