1. 22 Dec, 2010 1 commit
  2. 17 Dec, 2010 1 commit
  3. 15 Dec, 2010 1 commit
  4. 13 Dec, 2010 1 commit
  5. 10 Nov, 2010 1 commit
  6. 05 Nov, 2010 1 commit
  7. 04 Nov, 2010 1 commit
  8. 02 Nov, 2010 1 commit
  9. 14 Oct, 2010 1 commit
  10. 06 Aug, 2010 1 commit
  11. 26 May, 2010 1 commit
    • vitalyr@chromium.org's avatar
      Custom call IC-s for String.prototype.{charAt,charCodeAt}. · ad0e3890
      vitalyr@chromium.org authored
      These string methods can be composed from two basic blocks: charCodeAt
      and fromCharCode, both of which have fast cases for certain types of
      inputs. In this patch these two blocks are refactored to allow
      generating the fast cases without having to jump around the slow
      cases. In the slow cases since they can now be invoked both from
      inline runtime functions and from IC stubs we either have to
      save/restore state of the current frame or enter/leave a new internal
      frame. This is handled by new RuntimeCallHelper interface. Its
      implementation for virtual frame is based on FrameRegisterState class
      extracted from DeferredCode class.
      
      Review URL: http://codereview.chromium.org/2087009
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4733 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      ad0e3890
  12. 13 May, 2010 1 commit
  13. 21 Apr, 2010 1 commit
  14. 20 Apr, 2010 1 commit
  15. 14 Apr, 2010 1 commit
  16. 13 Apr, 2010 1 commit
  17. 08 Apr, 2010 1 commit
  18. 30 Mar, 2010 1 commit
  19. 29 Mar, 2010 1 commit
  20. 25 Mar, 2010 2 commits
  21. 23 Mar, 2010 1 commit
  22. 17 Mar, 2010 1 commit
  23. 15 Mar, 2010 1 commit
  24. 10 Mar, 2010 3 commits
  25. 04 Mar, 2010 1 commit
  26. 26 Feb, 2010 1 commit
  27. 19 Feb, 2010 1 commit
  28. 08 Feb, 2010 1 commit
  29. 07 Jan, 2010 3 commits
  30. 06 Jan, 2010 1 commit
  31. 10 Nov, 2009 1 commit
  32. 09 Nov, 2009 1 commit
  33. 02 Nov, 2009 1 commit
  34. 29 Oct, 2009 1 commit
  35. 28 Oct, 2009 1 commit