1. 25 Mar, 2015 1 commit
    • balazs.kilvady's avatar
      MIPS: Switch full-codegen from StackHandlers to handler table. · 03620298
      balazs.kilvady authored
      Port 38a719f9
      
      Original commit message:
      This switches full-codegen to no longer push and pop StackHandler
      markers onto the operand stack, but relies on a range-based handler
      table instead. We only use StackHandlers in JSEntryStubs to mark the
      transition from C to JS code.
      
      Note that this makes deoptimization and OSR from within any try-block
      work out of the box, makes the non-exception paths faster and should
      overall be neutral on the memory footprint (pros).
      
      On the other hand it makes the exception paths slower and actually
      throwing and exception more expensive (cons).
      
      TEST=cctest/test-run-jsexceptions/DeoptTry
      BUG=
      
      Review URL: https://codereview.chromium.org/1037743002
      
      Cr-Commit-Position: refs/heads/master@{#27443}
      03620298
  2. 19 Mar, 2015 1 commit
  3. 18 Mar, 2015 1 commit
  4. 05 Mar, 2015 1 commit
  5. 03 Mar, 2015 1 commit
  6. 25 Feb, 2015 1 commit
  7. 23 Feb, 2015 1 commit
  8. 30 Jan, 2015 1 commit
  9. 28 Jan, 2015 1 commit
  10. 20 Jan, 2015 1 commit
  11. 17 Jan, 2015 1 commit
  12. 22 Dec, 2014 1 commit
  13. 04 Dec, 2014 1 commit
  14. 03 Dec, 2014 2 commits
  15. 02 Dec, 2014 2 commits
  16. 01 Dec, 2014 1 commit
  17. 19 Nov, 2014 1 commit
  18. 13 Oct, 2014 1 commit
  19. 23 Sep, 2014 1 commit
  20. 10 Sep, 2014 1 commit
  21. 04 Aug, 2014 1 commit
  22. 29 Jul, 2014 1 commit
  23. 22 Jul, 2014 1 commit
  24. 15 Jul, 2014 2 commits
  25. 09 Jul, 2014 1 commit
  26. 01 Jul, 2014 1 commit
  27. 30 Jun, 2014 3 commits
  28. 20 Jun, 2014 1 commit
  29. 03 Jun, 2014 2 commits
  30. 30 May, 2014 1 commit
  31. 27 May, 2014 1 commit
  32. 26 May, 2014 3 commits