1. 11 Jun, 2015 1 commit
  2. 01 Jun, 2015 1 commit
  3. 21 May, 2015 1 commit
  4. 19 May, 2015 1 commit
  5. 05 Mar, 2015 1 commit
    • chunyang.dai's avatar
      X87: Refactor BreakLocationIterator · 7f78e7b3
      chunyang.dai authored
      port 1a608493 (r26983)
      
      original commit message:
      
         Refactor BreakLocationIterator.
      
         We now have BreakLocation::Iterator to iterate via RelocIterator, and
         create a BreakLocation when we are done iterating. The reloc info is
         stored in BreakLocation in a GC-safe way and instantiated on demand.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/978183002
      
      Cr-Commit-Position: refs/heads/master@{#27003}
      7f78e7b3
  6. 04 Mar, 2015 1 commit
    • yangguo's avatar
      Refactor BreakLocationIterator. · 1a608493
      yangguo authored
      We now have BreakLocation::Iterator to iterate via RelocIterator, and
      create a BreakLocation when we are done iterating. The reloc info is
      stored in BreakLocation in a GC-safe way and instantiated on demand.
      
      R=ulan@chromium.org
      BUG=v8:3924
      LOG=N
      
      Review URL: https://codereview.chromium.org/967323002
      
      Cr-Commit-Position: refs/heads/master@{#26983}
      1a608493
  7. 09 Oct, 2014 1 commit
  8. 05 Sep, 2014 1 commit
  9. 27 Aug, 2014 1 commit
  10. 04 Aug, 2014 1 commit
  11. 11 Jul, 2014 1 commit
  12. 01 Jul, 2014 1 commit
  13. 27 Jun, 2014 1 commit
  14. 03 Jun, 2014 1 commit
  15. 02 Jun, 2014 1 commit
  16. 28 May, 2014 1 commit
  17. 23 May, 2014 1 commit
  18. 22 May, 2014 1 commit
  19. 05 May, 2014 1 commit
  20. 30 Apr, 2014 1 commit
  21. 29 Apr, 2014 1 commit
  22. 25 Apr, 2014 1 commit
  23. 24 Apr, 2014 1 commit
    • svenpanne@chromium.org's avatar
      CodeStubs contain their corresponding Isolate* now. (part 1) · dd30db90
      svenpanne@chromium.org authored
      This is a purely mechanical change, adding an Isolate* to the CodeStub
      constructor and a corresponding field plus a getter. A few methods in
      CodeStub and its subclasses can be simplified now, but this is done in
      a separate CL.
      
      The underlying reason apart from simplicity is that deep down in the
      call chain we need to detect if the serializer is active or not. This
      information will be part of the Isolate, not a global variable with
      funky synchronization primitives around it (which is fundamentally
      wrong and the underlying cause for race conditions and a catch-22
      during initialization).
      
      BUG=359977
      LOG=y
      R=mstarzinger@chromium.org
      
      Review URL: https://codereview.chromium.org/246643014
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20919 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      dd30db90
  24. 04 Apr, 2014 2 commits
  25. 03 Apr, 2014 2 commits
  26. 24 Mar, 2014 1 commit
  27. 10 Feb, 2014 1 commit
  28. 11 Sep, 2013 1 commit
  29. 02 Aug, 2013 1 commit
    • loislo@chromium.org's avatar
      Extract hardcoded error strings into a single place and replace them with enum. · d2c443b7
      loislo@chromium.org authored
      I'd like to propagate bailout reason to cpu profiler.
      So I need to save it into heap object SharedFunctionInfo.
      But:
      1) all bailout reason strings spread across all the sources.
      2) they are native strings and if I convert them into String then I may have a performance issue.
      3) one byte is enough for 184 bailout reasons. Otherwise we need 8 bytes for the pointer.
      
      Also I think it would be nice to have error strings collected in one place.
      In that case we will get additional benefits:
      
      It allows us to keep this set of messages under control.
      It gives us a chance to internationalize them.
      It slightly reduces the binary footprint.
      
      From the other hand the developers have to add new strings into that enum.
      
      BUG=
      R=jkummerow@chromium.org
      
      Review URL: https://codereview.chromium.org/20843012
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16024 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      d2c443b7
  30. 05 Jul, 2013 1 commit
  31. 28 Jun, 2013 1 commit
  32. 30 Apr, 2013 1 commit
  33. 16 May, 2012 1 commit
  34. 03 May, 2012 1 commit
  35. 27 Apr, 2012 1 commit
  36. 27 Jan, 2012 2 commits
  37. 02 Dec, 2011 1 commit