1. 15 Nov, 2017 1 commit
  2. 18 Oct, 2017 1 commit
  3. 29 Sep, 2017 1 commit
  4. 28 Sep, 2017 1 commit
  5. 25 Sep, 2017 1 commit
  6. 11 Sep, 2017 1 commit
  7. 10 Aug, 2017 2 commits
  8. 04 Aug, 2017 1 commit
  9. 03 Aug, 2017 1 commit
  10. 02 Aug, 2017 1 commit
    • Alexey Kozyatinskiy's avatar
      [inspector] move breakpoint management to native · cd9e86a5
      Alexey Kozyatinskiy authored
      My goal was to move breakpoint API to native with minimal changes around, so on inspector side we use v8::debug::BreakpointId instead of String16, on v8::internal::Debug we use i::BreakPoint object instead of break point object created inside of debug.js.
      
      There are a lot of opportunities how we can improve breakpoints (at least we can avoid some of linear lookups to speedup implementation) but I think that as first step we need to remove mirrors/debug.js APIs.
      
      Drive by: debugger-script.js and usage of debugger context in inspector code base.
      
      R=yangguo@chromium.org,jgruber@chromium.org,clemensh@chromium.org
      
      Bug: v8:5510,chromium:652939
      Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_chromium_rel_ng
      Change-Id: I0b17972c39053dd4989bbe26db2bb0b88ca378f7
      Reviewed-on: https://chromium-review.googlesource.com/593156Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
      Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
      Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#47091}
      cd9e86a5
  11. 21 Jul, 2017 1 commit
  12. 19 Jul, 2017 1 commit
  13. 13 Jul, 2017 1 commit
  14. 07 Jun, 2017 1 commit
  15. 22 May, 2017 1 commit
  16. 27 Mar, 2017 1 commit
  17. 15 Mar, 2017 1 commit
  18. 10 Mar, 2017 1 commit
  19. 10 Feb, 2017 1 commit
    • rmcilroy's avatar
      [Compiler] Enable use of seperate zones for parsing and compiling. · 1fc93f2e
      rmcilroy authored
      In order to allow parallel compilation of eager inner functions, we need to
      seperate the zone used for parsing (which will be shared between all the
      parallel compile jobs) and the zone used for compilation. This CL changes
      CompilationInfo to require a zone (which can be different from the zone in
      ParseInfo). We then seal the ParseInfo zone after parsing and analysis is done
      to prevent any further allocation in that zone, so that it can be shared
      (read-only) with the parallel compile jobs.
      
      BUG=v8:5203
      
      Review-Url: https://codereview.chromium.org/2645403002
      Cr-Commit-Position: refs/heads/master@{#43089}
      1fc93f2e
  20. 07 Feb, 2017 5 commits
  21. 24 Jan, 2017 1 commit
  22. 20 Jan, 2017 3 commits
  23. 09 Jan, 2017 1 commit
  24. 20 Dec, 2016 1 commit
  25. 17 Nov, 2016 1 commit
  26. 17 Oct, 2016 1 commit
  27. 07 Oct, 2016 2 commits
  28. 20 Sep, 2016 1 commit
  29. 16 Sep, 2016 1 commit
  30. 31 Aug, 2016 1 commit
  31. 22 Aug, 2016 1 commit
  32. 19 Aug, 2016 1 commit