1. 08 Nov, 2012 1 commit
    • rossberg@chromium.org's avatar
      Delivery logic for Object.observe · c203f054
      rossberg@chromium.org authored
      This CL has two parts: the first is the logic itself, whereby each observer callback is assigned
      a "priority" number the first time it's passed as an observer to Object.observe(), and that
      priority is used to determine the order of delivery.
      
      The second part invokes the above logic as part of the API, when the JS stack winds down to
      zero.
      
      Added several tests via the API, as the delivery logic isn't testable from a JS test
      (it runs after such a test would exit).
      
      Review URL: https://codereview.chromium.org/11266011
      Patch from Adam Klein <adamk@chromium.org>.
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12902 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      c203f054
  2. 17 Aug, 2012 1 commit
  3. 19 Jul, 2012 1 commit
  4. 13 Apr, 2012 1 commit
  5. 05 Apr, 2012 1 commit
  6. 30 Mar, 2012 1 commit
    • danno@chromium.org's avatar
      Fix performance regressions due to lazy initialization. · 63f03357
      danno@chromium.org authored
      This CL:
      - Adds a new trait parameter to LazyInstance to let it initialize the instance
        without paying the cost of atomic operations (which are expensive on Mac).
        This only works for users who don't care about thread-safety and this is now
      the default initialization trait used by LazyInstance in v8.
      
      - Reverts the changes that were made in r11010 in isolate.{cc,h}. That lets
        Isolate's accessors be as cheap as they were before (but adds one static initializer).
      
      - Adds OS::PostSetup() used to initialize the math functions which depend on CPU features.
      That lets the math functions get rid of CallOnce().
      
      BUG=118686
      
      Review URL: https://chromiumcodereview.appspot.com/9873023
      Patch from Philippe Liard <pliard@chromium.org>.
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11198 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      63f03357
  7. 29 Mar, 2012 1 commit
  8. 28 Mar, 2012 1 commit
  9. 27 Mar, 2012 2 commits
  10. 12 Mar, 2012 1 commit
  11. 09 Mar, 2012 1 commit
  12. 27 Feb, 2012 1 commit
  13. 08 Feb, 2012 1 commit
  14. 13 Jan, 2012 1 commit
  15. 04 Jan, 2012 1 commit
  16. 15 Dec, 2011 1 commit
  17. 30 Nov, 2011 1 commit
  18. 25 Oct, 2011 1 commit
  19. 24 Oct, 2011 1 commit
  20. 12 Oct, 2011 1 commit
  21. 11 Oct, 2011 1 commit
  22. 19 Sep, 2011 1 commit
  23. 03 Aug, 2011 1 commit
  24. 17 Jul, 2011 1 commit
  25. 04 Jul, 2011 1 commit
  26. 30 Jun, 2011 1 commit
  27. 12 Apr, 2011 1 commit
  28. 11 Apr, 2011 2 commits
  29. 01 Apr, 2011 3 commits
  30. 31 Mar, 2011 1 commit
  31. 30 Mar, 2011 1 commit
  32. 18 Mar, 2011 3 commits
  33. 10 Mar, 2011 1 commit
  34. 23 Feb, 2011 1 commit