1. 09 Nov, 2011 1 commit
  2. 05 May, 2011 1 commit
  3. 29 Apr, 2011 1 commit
    • sgjesse@chromium.org's avatar
      ARM: Support hardfloat in SCons build and make it a build time setting · 00bc2db2
      sgjesse@chromium.org authored
      Add option armeabi to the SCons build for selecting the floating point variant to use. Also add externally defined CCFLAGS environment for all targets. Run test.py with option -S armeabi=hardfloat to test with hardfloat enabled.
      
      Make selecting hardfloat EABI variant a build-time option instead of a runtime option.
      
      Add a simple check of the EABI variant during V8 initialization to exit if the compilation was not configured correctly. The reason for this is that GCC does not provide a compile time symbol defining the EABI variant. This check is not fool-proof as it cannot check the compilation configuration used for the snapshot if any.
      
      R=karlklose@chromium.org, erik.corry@gmail.com
      
      BUG=none
      TEST=none
      
      Review URL: http://codereview.chromium.org//6905098
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7715 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      00bc2db2
  4. 27 Apr, 2011 1 commit
  5. 18 Apr, 2011 1 commit
  6. 13 Apr, 2011 1 commit
  7. 06 Apr, 2011 1 commit
  8. 18 Mar, 2011 4 commits
  9. 16 Feb, 2011 1 commit
  10. 15 Feb, 2011 1 commit
  11. 04 Feb, 2011 2 commits
  12. 26 Jan, 2011 1 commit
  13. 07 Dec, 2010 3 commits
  14. 09 Nov, 2010 1 commit
  15. 28 Oct, 2010 1 commit
  16. 25 Oct, 2010 1 commit
  17. 14 Oct, 2010 1 commit
  18. 21 Jul, 2010 1 commit
  19. 07 May, 2010 1 commit
  20. 22 Apr, 2010 1 commit
  21. 23 Mar, 2010 1 commit
  22. 26 Jan, 2010 1 commit
    • sgjesse@chromium.org's avatar
      Don't pass the "at start" parameter to native RegExp · cf78ed05
      sgjesse@chromium.org authored
      As the start index is already passed it is easy to calculate the "at start" boolean in generated code. Also as direct entry has been implemented this needs to be done in generated code anyway, and therefore might as well be moved to the generated code for RegExp. The "at start" value is now calcualted as a local variable on the native RegExp frame based on the value of the start index argument.
      
      The x64 version have been tested on both Linux and 64-bit Windows Vista.
      
      For ARM I have tested cctest/test-regexp on ARM hardware, but the rest of the tests have only been run on the ARM simulator.
      Review URL: http://codereview.chromium.org/554078
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3709 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      cf78ed05
  23. 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
  24. 12 Nov, 2009 2 commits
  25. 05 Nov, 2009 1 commit
  26. 01 Oct, 2009 1 commit
  27. 31 Aug, 2009 1 commit
  28. 09 Jun, 2009 1 commit
  29. 25 May, 2009 1 commit
  30. 04 May, 2009 1 commit
  31. 27 Apr, 2009 1 commit
  32. 23 Apr, 2009 1 commit
  33. 16 Apr, 2009 1 commit