1. 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
  2. 05 Mar, 2010 1 commit
  3. 22 Feb, 2010 1 commit
  4. 19 Feb, 2010 1 commit
  5. 16 Feb, 2010 1 commit
  6. 15 Feb, 2010 1 commit
    • fschneider@chromium.org's avatar
      Introduce number type information in the virtual frame. · dbe99e40
      fschneider@chromium.org authored
      Each frame element gets a new attribute with number type information. A frame element can be: 
      
      - smi 
      - heap number 
      - number (i.e. either of the above) 
      - or something else. 
      
      The type information is propagated along with all virtual frame operations. 
      Results popped from the frame carry the number information with them.
      
      Two optimizations in the code generator make use of the new 
      information: 
      - GenericBinaryOpSyub omits map checks if input operands are numbers. 
      - Boolean conversion for numbers: Emit inline code for converting a number (smi or heap number) to boolean. Do not emit call to ToBoolean stub in this case.
      
      
      Review URL: http://codereview.chromium.org/545007
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3861 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      dbe99e40
  7. 08 Feb, 2010 1 commit
  8. 17 Jul, 2009 1 commit
  9. 24 Jun, 2009 1 commit
  10. 25 May, 2009 1 commit
  11. 19 May, 2009 1 commit
  12. 18 May, 2009 1 commit
  13. 14 May, 2009 3 commits
  14. 13 May, 2009 1 commit
  15. 05 May, 2009 1 commit
  16. 29 Apr, 2009 1 commit
  17. 28 Apr, 2009 1 commit
  18. 23 Apr, 2009 1 commit
  19. 03 Apr, 2009 1 commit
  20. 23 Mar, 2009 1 commit
  21. 20 Mar, 2009 1 commit
  22. 19 Mar, 2009 1 commit
  23. 18 Mar, 2009 2 commits
  24. 16 Mar, 2009 1 commit
  25. 27 Feb, 2009 1 commit