1. 24 Jun, 2014 1 commit
  2. 23 Jun, 2014 2 commits
  3. 23 May, 2014 1 commit
  4. 12 May, 2014 1 commit
  5. 16 Apr, 2014 1 commit
  6. 09 Apr, 2014 1 commit
    • jochen@chromium.org's avatar
      Use abstract configurations to switch between opt debug settings · d426cd10
      jochen@chromium.org authored
      The problem is that conditions are evaluated before configuration inheritance is resolved, so we can't just define a configuration like this:
      
      'Optdebug': {
        'inherits_from': ['Debug'],
        'variables': {
          'v8_optimized_debug': 2,
        }
      }
      
      Instead, we have to put the different settings depending on the optimization level into separate configurations, and use conditions inside the concrete configurations to inherit from the correct base class.
      
      Common settings go in the base configuration DebugBaseCommon, and v8_optimized_debug dependent settings go into DebugBase{0,1,2}
      
      The new Debug configuration inherits from DebugBaseCommon and DebugBase<(v8_optimized_debug), while the new configuration Optdebug inherits from DebugBaseCommon and DebugBase2.
      
      BUG=v8:3252
      R=machenbach@chromium.org, jkummerow@chromium.org
      LOG=n
      
      Review URL: https://codereview.chromium.org/224443003
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20605 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      d426cd10
  7. 02 Apr, 2014 1 commit
  8. 26 Mar, 2014 2 commits
  9. 21 Mar, 2014 2 commits
  10. 14 Mar, 2014 1 commit
  11. 13 Mar, 2014 1 commit
  12. 12 Feb, 2014 1 commit
  13. 23 Jan, 2014 1 commit
  14. 02 Jan, 2014 1 commit
  15. 11 Dec, 2013 1 commit
  16. 02 Dec, 2013 1 commit
  17. 22 Nov, 2013 1 commit
  18. 14 Oct, 2013 1 commit
  19. 19 Sep, 2013 1 commit
  20. 18 Sep, 2013 2 commits
  21. 17 Sep, 2013 1 commit
  22. 01 Aug, 2013 1 commit
  23. 10 Jul, 2013 1 commit
  24. 09 Jul, 2013 2 commits
  25. 03 Jul, 2013 1 commit
  26. 01 Jul, 2013 1 commit
  27. 28 Jun, 2013 1 commit
  28. 25 Jun, 2013 1 commit
  29. 16 Apr, 2013 1 commit
  30. 05 Mar, 2013 1 commit
  31. 06 Feb, 2013 2 commits
  32. 14 Dec, 2012 2 commits
  33. 18 Jul, 2012 1 commit