1. 19 Aug, 2021 1 commit
    • Ng Zhi An's avatar
      [gdbjit] Fix overlapping AddressRegion check · 5e8e2d04
      Ng Zhi An authored
      Whenever we are adding a new AddressRegion to the CodeMap, we first
      remove all overlapping regions. The logic to check for overlapping
      region is incomplete. For example, if all existing regions are less than
      the region to be added, we incorrectly remove all regions, effectively
      deleting all JITCodeEntry we have constructed.
      
      We extract this overlapping check into a helper function, so that we can
      unittest this without worrying about JITCodeEvent functionality, and also
      without dealing with V8 internals (like Isolate and SFI).
      
      The overlapping logic is rather hard to understand, has many special
      cases, it will probably be much easier to just loop through all the
      entries, rather than using lower_bound. Ideally, we can refactor this to
      use some sort of sweep-line algorithm. Hopefully the unittests catch the
      most obvious cases.
      
      Bug: v8:11908
      Change-Id: Id96975599ac59974185c3dbf64cdfceb17e98d18
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3105381
      Commit-Queue: Zhi An Ng <zhin@chromium.org>
      Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
      Cr-Commit-Position: refs/heads/main@{#76397}
      5e8e2d04
  2. 22 Jul, 2021 1 commit
  3. 20 May, 2019 1 commit
  4. 17 May, 2019 2 commits
  5. 02 Feb, 2018 1 commit
  6. 11 Aug, 2015 1 commit
    • mstarzinger's avatar
      Remove several grab-bag includes from the v8.h header. · 58109a2c
      mstarzinger authored
      This is the first step of turning the v8.h file into a normal header
      instead of an include-the-world header. The new rule is that no other
      header files are allowed to include v8.h, which is enforced by DEPS.
      
      Also the number of includes inside the v8.h file has been drastically
      reduced. Basically the last missing piece is the inclusion of the big
      objects-inl.h file.
      
      This in turn makes many headers follow the IWYU principle.
      
      R=bmeurer@chromium.org,hpayer@chromium.org,titzer@chromium.org
      
      Review URL: https://codereview.chromium.org/1282503003
      
      Cr-Commit-Position: refs/heads/master@{#30102}
      58109a2c
  7. 25 Feb, 2015 3 commits
  8. 11 Jul, 2014 1 commit
  9. 10 Jul, 2014 1 commit
  10. 20 Jun, 2014 1 commit
  11. 03 Jun, 2014 1 commit
  12. 29 Apr, 2014 1 commit
  13. 31 Jan, 2014 1 commit
  14. 03 Jul, 2013 1 commit
  15. 20 Mar, 2013 1 commit
  16. 12 Mar, 2012 1 commit
  17. 30 Jun, 2011 1 commit
  18. 06 May, 2011 1 commit
  19. 08 Apr, 2011 1 commit
  20. 02 Feb, 2011 1 commit
  21. 18 Jan, 2011 1 commit