1. 22 Aug, 2011 1 commit
  2. 10 Aug, 2011 1 commit
  3. 02 Aug, 2011 1 commit
  4. 26 Jul, 2011 1 commit
  5. 25 Jul, 2011 1 commit
  6. 05 Jul, 2011 1 commit
    • sgjesse@chromium.org's avatar
      Add support for lazy deoptimization from deferred stack checks · 10bb16f4
      sgjesse@chromium.org authored
      The debugger can be entered from the deferred stack check in optimized code. This can cause both lazy deoptimization and debugger deoptimization (setting the first break point and inspecting the stack for optimized code respectively). This required deoptimization support from the deferred stack check.
      
      The lazy deoptimiztion call is inserted when the deferred code is done including restoring the registers. The bailout to the full code is the begining of the loop body as that is where the stack check is sitting in the optimized code. The bailout is not to the stack check in the full code as that is sitting at the end of the loop.
      
      R=kmillikin@chromium.org
      
      BUG=none
      TEST=none
      
      Review URL: http://codereview.chromium.org//7212025
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8535 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      10bb16f4
  7. 04 Jul, 2011 1 commit
  8. 30 Jun, 2011 1 commit
  9. 28 Jun, 2011 2 commits
  10. 27 Jun, 2011 1 commit
  11. 24 Jun, 2011 1 commit
  12. 23 Jun, 2011 1 commit
  13. 21 Jun, 2011 1 commit
  14. 20 Jun, 2011 1 commit
  15. 16 Jun, 2011 1 commit
  16. 15 Jun, 2011 1 commit
  17. 14 Jun, 2011 1 commit
  18. 10 Jun, 2011 1 commit
  19. 09 Jun, 2011 3 commits
  20. 07 Jun, 2011 1 commit
  21. 06 Jun, 2011 1 commit
  22. 01 Jun, 2011 3 commits
  23. 30 May, 2011 1 commit
  24. 24 May, 2011 1 commit
    • ager@chromium.org's avatar
      Fix calls of strict mode function with an implicit receiver. · 6f775f2f
      ager@chromium.org authored
      Only IA32 version for now. I'll start porting.
      
      Strict mode functions are to get 'undefined' as the receiver when
      called with an implicit receiver. Modes are bad! It forces us to have
      checks on all function calls.
      
      This change attempts to limit the cost by passing information about
      whether or not a call is with an implicit or explicit receiver in ecx
      as part of the calling convention. The cost is setting ecx on all
      calls and checking ecx on entry to strict mode functions.
      
      Implicit/explicit receiver state has to be maintained by ICs. Various
      stubs have to not clobber ecx or save and restore it.
      
      CallFunction stub needs to check if the receiver is implicit when it
      doesn't know from the context.
      
      Review URL: http://codereview.chromium.org/7039036
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8040 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      6f775f2f
  25. 19 May, 2011 2 commits
  26. 18 May, 2011 1 commit
  27. 17 May, 2011 1 commit
  28. 13 May, 2011 1 commit
  29. 12 May, 2011 2 commits
  30. 11 May, 2011 2 commits
  31. 10 May, 2011 1 commit
  32. 06 May, 2011 1 commit