1. 07 Jun, 2010 1 commit
  2. 04 Jun, 2010 2 commits
  3. 27 May, 2010 3 commits
  4. 26 May, 2010 3 commits
  5. 25 May, 2010 2 commits
  6. 21 May, 2010 2 commits
  7. 20 May, 2010 2 commits
  8. 17 May, 2010 1 commit
    • mark@chromium.org's avatar
      Allow build-time selection between ia32 and x86_64 in the GYP/Xcode Mac · e9b5d785
      mark@chromium.org authored
      Chromium build.
      
      v8.gyp no longer sets any V8_TARGET_ARCH_* macro on the Mac. Instead, the
      proper V8_TARGET_ARCH_* macro will be set by src/globals.h in the same way as
      the V8_HOST_ARCH_* macro when it detects that no target macro is currently
      defined. The Mac build will attempt to compile all ia32 and x86_64 .cc files.
      #ifdef guards in each of these target-specific source files prevent their
      compilation when the associated target is not selected. For completeness,
      these #ifdef guards are also provided for the arm and mips .cc files.
      
      BUG=706
      TEST=x86_64 Mac GYP/Xcode-based Chromium build (still depends on other changes)
      Review URL: http://codereview.chromium.org/2133003
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4666 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      e9b5d785
  9. 06 May, 2010 1 commit
  10. 04 May, 2010 2 commits
  11. 28 Apr, 2010 1 commit
  12. 26 Apr, 2010 1 commit
  13. 20 Apr, 2010 1 commit
  14. 15 Apr, 2010 1 commit
    • ager@chromium.org's avatar
      Reapply load ICs for nonexistent properties. · afc15bb4
      ager@chromium.org authored
      We need to be careful to check global property cells for the property
      encountered during lookup.  Therefore, the ICs have to be specific to
      the name of the property if global objects are involved.  In
      principle, this means that we could get a large number of monomorphic
      ICs for the same map if there is a global object in the prototype
      chain.  However, since this is only done for normal load ICs and not
      for keyed load ICs I do not expect this to be a problem.  I will
      experiment with it once this goes in.
      
      BUG=675
      Review URL: http://codereview.chromium.org/1559033
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4426 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      afc15bb4
  15. 14 Apr, 2010 2 commits
  16. 25 Mar, 2010 2 commits
  17. 23 Mar, 2010 2 commits
  18. 15 Mar, 2010 1 commit
  19. 12 Mar, 2010 2 commits
  20. 11 Mar, 2010 2 commits
  21. 10 Mar, 2010 1 commit
  22. 09 Mar, 2010 1 commit
  23. 25 Feb, 2010 1 commit
  24. 24 Feb, 2010 3 commits