1. 30 Aug, 2010 1 commit
  2. 05 Aug, 2010 1 commit
  3. 08 Apr, 2010 1 commit
  4. 07 Apr, 2010 1 commit
  5. 06 Apr, 2010 1 commit
  6. 09 Mar, 2010 1 commit
    • kmillikin@chromium.org's avatar
      Small simplification of #include dependencies. · 3817a7ba
      kmillikin@chromium.org authored
      Remove messages.h from v8.h and include it explicitly in only the few places
      it is needed.  Many files relied on getting handles-inl.h implicitly from
      messages.h through v8.h, so include handles-inl.h explicitly in v8.h
      instead.
      
      Remove zone-inl.h from header files where it is not needed, can be replaced
      by a forward declaration, or can be replaced by zone.h (specifically,
      factory.h and heap.h).  Include zone.h or zone-inl.h in header files where
      it was implicitly included via heap.h or factory.h.  Prefer zone.h over
      zone-inl.h in header files where possible by including zone-inl.h in .cc
      files.
      
      Review URL: http://codereview.chromium.org/668248
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4058 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      3817a7ba
  7. 16 Nov, 2009 1 commit
  8. 27 Oct, 2009 1 commit
  9. 06 Oct, 2009 1 commit
  10. 11 Sep, 2009 1 commit
  11. 25 Aug, 2009 1 commit
  12. 13 Aug, 2009 1 commit
  13. 24 Jun, 2009 1 commit
  14. 15 Jun, 2009 1 commit
  15. 25 May, 2009 2 commits
  16. 20 Apr, 2009 1 commit
  17. 02 Mar, 2009 1 commit
  18. 05 Nov, 2008 1 commit
  19. 12 Sep, 2008 1 commit
  20. 09 Sep, 2008 1 commit
  21. 01 Sep, 2008 1 commit
  22. 13 Aug, 2008 1 commit
    • mads.s.ager's avatar
      Improved performance of garbage collection by changing the way we use the... · 31e7138e
      mads.s.ager authored
      Improved performance of garbage collection by changing the way we use the marking stack in the event of stack overflow during full garbage collection and by changing the way we mark roots.
      
      Cleaned up ARM version by removing top of stack caching and by introducing push/pop elimination.
      
      Cleaned up the way runtime functions are called to allow runtime calls with no arguments.
      
      Changed Windows build options to make sure that exceptions are disabled and that optimization flags are enabled.
      
      Added first version of Visual Studio project files.
      
      
      
      git-svn-id: http://v8.googlecode.com/svn/trunk@13 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      31e7138e
  23. 03 Jul, 2008 1 commit