1. 04 Jun, 2010 3 commits
  2. 21 Apr, 2010 1 commit
  3. 13 Apr, 2010 1 commit
  4. 09 Apr, 2010 1 commit
  5. 08 Apr, 2010 1 commit
  6. 30 Mar, 2010 1 commit
  7. 26 Mar, 2010 1 commit
  8. 25 Mar, 2010 1 commit
  9. 23 Mar, 2010 1 commit
  10. 17 Mar, 2010 1 commit
  11. 10 Mar, 2010 1 commit
  12. 08 Mar, 2010 1 commit
  13. 26 Feb, 2010 1 commit
  14. 06 Jan, 2010 1 commit
    • sgjesse@chromium.org's avatar
      Direct call to native RegExp code from JavaScript. · 429f3cf9
      sgjesse@chromium.org authored
      Calls to RegExp no longer have to be via a call to the runtime system. A new stub have been added which can handle this call in generated code. The stub checks all the parameters and creates RegExp entry frame in the same way as it is created by the runtime system. Bailout to the runtime system is done whenever an uncommon situation is encountered or when the static data used is not initialized. After running the native RegExp code the last match info is updated like in the runtime system.
      
      Currently only ASCII strings are handled.
      
      Added another argument to the RegExp entry frame. It indicated whether the call is direct from JavaScript code or through the runtime system. This information is used when RegExp execution is interrupted. If an interruption happens when RegExp code is called directly a retry is issued causing the interruption to be handled via the runtime system. The reason for this is that the direct call to RegExp code does not support garbage collection.
      Review URL: http://codereview.chromium.org/521028
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3542 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      429f3cf9
  15. 04 Jan, 2010 1 commit
  16. 29 Jun, 2009 1 commit
  17. 19 Mar, 2009 1 commit
  18. 17 Mar, 2009 1 commit
  19. 13 Mar, 2009 2 commits
  20. 11 Mar, 2009 1 commit
  21. 10 Mar, 2009 2 commits
  22. 05 Mar, 2009 1 commit
  23. 04 Mar, 2009 1 commit
  24. 03 Mar, 2009 1 commit
  25. 27 Feb, 2009 2 commits
  26. 30 Jan, 2009 1 commit
  27. 06 Jan, 2009 1 commit
  28. 03 Dec, 2008 1 commit
  29. 03 Oct, 2008 2 commits
  30. 09 Sep, 2008 1 commit
  31. 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
  32. 03 Jul, 2008 1 commit