1. 25 Jan, 2011 2 commits
  2. 21 Jan, 2011 1 commit
  3. 19 Jan, 2011 2 commits
  4. 18 Jan, 2011 1 commit
  5. 17 Jan, 2011 1 commit
  6. 14 Jan, 2011 2 commits
  7. 13 Jan, 2011 1 commit
  8. 04 Jan, 2011 1 commit
  9. 07 Dec, 2010 3 commits
  10. 02 Dec, 2010 1 commit
  11. 04 Nov, 2010 1 commit
  12. 24 Sep, 2010 1 commit
  13. 15 Sep, 2010 1 commit
    • ricow@chromium.org's avatar
      Add support for near labels. · 240cee91
      ricow@chromium.org authored
      This change introduces near labels in the assembler, allowing us to
      uptimize forward jumps (conditional and unconditional) if we can
      guarantee that the jump is witin range -128 to +127.
      
      I changed a large fractions of the existing Labels to NearLabels, and
      left out cases where it was not immediately clear if it could be used
      or not (not immediately clear means labels covering a large code
      block, or used in function calls which we could potentially change to
      accept near labels). 
      
      Review URL: http://codereview.chromium.org/3388004
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5460 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      240cee91
  14. 28 Jul, 2010 1 commit
  15. 24 Jun, 2010 1 commit
  16. 23 Jun, 2010 2 commits
  17. 22 Jun, 2010 1 commit
  18. 17 Jun, 2010 2 commits
  19. 16 Jun, 2010 1 commit
  20. 08 Jun, 2010 1 commit
    • sgjesse@chromium.org's avatar
      More precise break points and stepping when debugging · 634fb915
      sgjesse@chromium.org authored
      Added support for more precise break points when debugging and stepping. To achieve that additional nop instructions are inserted where breaking would otherwise be impossible. The number of nop instructions inserted are sufficient to make place for patching with a call to a debug break code stub. On Intel that is 5 nop's for 32-bit and 13 for 64-bit. Om ARM 3 nop instructions (12 bytes) are required.
      
      In order to avoid inserting nop's in to many places a simple ast checker have been added to check whether there are breakable code in a statement or expression. If it is possible to break in an expression no additional break enabeling code is inserted.
      
      Added break locations to the true and false part of a conditional expression.
      
      Added stepping tests to cover more constructs.
      
      These changes are only in the full compiler.
      
      Changed the default value for the option --debugger in teh d8 shell from true to false. The reason for this is that with --debugger turned on the full compiler will be used for all code in when running d8, which can be unexpeceted.
      
      Review URL: http://codereview.chromium.org/2693002
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4820 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      634fb915
  21. 27 May, 2010 1 commit
  22. 26 May, 2010 1 commit
  23. 19 May, 2010 1 commit
  24. 12 May, 2010 1 commit
  25. 10 May, 2010 1 commit
  26. 03 May, 2010 1 commit
  27. 28 Apr, 2010 1 commit
  28. 12 Apr, 2010 1 commit
  29. 19 Mar, 2010 2 commits
  30. 22 Feb, 2010 1 commit
  31. 12 Feb, 2010 1 commit
  32. 09 Feb, 2010 1 commit