1. 05 Aug, 2010 1 commit
  2. 21 Jul, 2010 1 commit
  3. 30 Jun, 2010 1 commit
  4. 23 Jun, 2010 1 commit
  5. 16 Jun, 2010 1 commit
  6. 10 Jun, 2010 1 commit
  7. 07 Jun, 2010 2 commits
  8. 04 Jun, 2010 1 commit
  9. 02 Jun, 2010 1 commit
  10. 01 Jun, 2010 1 commit
  11. 31 May, 2010 1 commit
  12. 27 May, 2010 1 commit
  13. 26 May, 2010 2 commits
  14. 25 May, 2010 1 commit
    • vegorov@chromium.org's avatar
      Cardmarking writebarrier. · 675e711f
      vegorov@chromium.org authored
      - New сardmarking write barrier handles large objects and normal objects in a similar fashion (no more additional space for pointer tracking is required, no conditional branches in WB code).
      - Changes to enable oldspaces iteration without maps decoding:
      -- layout change for FixedArrays: length is stored as a smis (initial patch by
      Kevin Millikin)
      -- layout change for SharedFunctionInfo: integer fields are stored as smi on
      arm, ia32 and rearranged on x64.
      -- layout change for String: meaning of LSB bit is fliped (1 now means hash not
      computed); on x64 padding is added.
      -- layout of maps is _not_ changed. Map space is currently iterated in a special
      way.
      
      Review URL: http://codereview.chromium.org/2144006
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4715 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      675e711f
  15. 21 May, 2010 2 commits
  16. 20 May, 2010 2 commits
  17. 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
  18. 11 May, 2010 1 commit
  19. 28 Apr, 2010 1 commit
  20. 20 Apr, 2010 3 commits
  21. 26 Mar, 2010 1 commit
  22. 23 Mar, 2010 1 commit
  23. 12 Mar, 2010 1 commit
  24. 25 Feb, 2010 1 commit
  25. 24 Feb, 2010 1 commit
  26. 18 Feb, 2010 2 commits
  27. 12 Feb, 2010 2 commits
  28. 09 Feb, 2010 2 commits
  29. 08 Feb, 2010 1 commit
  30. 01 Feb, 2010 2 commits