1. 05 Mar, 2010 1 commit
  2. 26 Feb, 2010 1 commit
  3. 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
  4. 24 Jun, 2009 1 commit
  5. 27 May, 2009 1 commit
  6. 25 May, 2009 1 commit
  7. 22 May, 2009 1 commit
  8. 20 May, 2009 1 commit
  9. 19 May, 2009 2 commits
  10. 18 May, 2009 2 commits
  11. 15 May, 2009 1 commit
  12. 14 May, 2009 4 commits
  13. 01 May, 2009 1 commit
  14. 24 Apr, 2009 1 commit
  15. 22 Apr, 2009 1 commit
  16. 03 Apr, 2009 1 commit
  17. 30 Mar, 2009 1 commit
  18. 27 Mar, 2009 1 commit
  19. 26 Mar, 2009 2 commits
  20. 25 Mar, 2009 3 commits
  21. 24 Mar, 2009 1 commit
  22. 23 Mar, 2009 2 commits
  23. 20 Mar, 2009 1 commit
  24. 19 Mar, 2009 1 commit
  25. 18 Mar, 2009 2 commits
  26. 11 Mar, 2009 1 commit
  27. 03 Mar, 2009 1 commit
  28. 27 Feb, 2009 1 commit