1. 14 Nov, 2016 1 commit
  2. 05 Oct, 2016 1 commit
  3. 28 Sep, 2016 1 commit
  4. 07 Sep, 2016 1 commit
  5. 28 Jun, 2016 1 commit
  6. 21 Jun, 2016 1 commit
  7. 06 Apr, 2016 1 commit
  8. 01 Sep, 2015 1 commit
  9. 31 Aug, 2015 2 commits
    • hablich's avatar
      Revert of [heap] More flag cleanup. (patchset #8 id:140001 of... · 6eb83769
      hablich authored
      Revert of [heap] More flag cleanup. (patchset #8 id:140001 of https://codereview.chromium.org/1314863003/ )
      
      Reason for revert:
      Breaks http://build.chromium.org/p/client.v8/builders/V8%20Arm%20-%20debug%20-%202/builds/2372
      
      Original issue's description:
      > [heap] GC flag cleanup/restructuring.
      >
      > * GC's flags are now proper flags and not int.
      > * Callback flags are not threaded through but only set once like gc flags
      > * Callers of methods that trigger GCs need to pass a reason when not using
      >   the default parameters.
      >
      > Furthermore, each GC invocation can be passed the GC and GCCallback flags. We
      > usually override the currently set flags upon finishing a GC cylce, but are able
      > to restore the previously set if desired. This is useful for explicitely
      > triggered scavenges or external requests that interrupt the current behaviour.
      >
      > BUG=
      >
      > Committed: https://crrev.com/f4f3b431b9ce0778d926acf03c0d36dae5c0cba4
      > Cr-Commit-Position: refs/heads/master@{#30457}
      
      TBR=hpayer@chromium.org,yangguo@chromium.org,mlippautz@chromium.org
      NOPRESUBMIT=true
      NOTREECHECKS=true
      NOTRY=true
      BUG=
      
      Review URL: https://codereview.chromium.org/1303393004
      
      Cr-Commit-Position: refs/heads/master@{#30463}
      6eb83769
    • mlippautz's avatar
      [heap] GC flag cleanup/restructuring. · f4f3b431
      mlippautz authored
      * GC's flags are now proper flags and not int.
      * Callback flags are not threaded through but only set once like gc flags
      * Callers of methods that trigger GCs need to pass a reason when not using
        the default parameters.
      
      Furthermore, each GC invocation can be passed the GC and GCCallback flags. We
      usually override the currently set flags upon finishing a GC cylce, but are able
      to restore the previously set if desired. This is useful for explicitely
      triggered scavenges or external requests that interrupt the current behaviour.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1314863003
      
      Cr-Commit-Position: refs/heads/master@{#30457}
      f4f3b431
  10. 20 Aug, 2015 1 commit
  11. 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
  12. 06 Jul, 2015 1 commit
  13. 03 Jun, 2015 1 commit
  14. 01 Jun, 2015 1 commit
  15. 10 Apr, 2015 1 commit
  16. 09 Apr, 2015 2 commits
  17. 07 Apr, 2015 1 commit
  18. 19 Mar, 2015 1 commit
  19. 18 Mar, 2015 2 commits
  20. 13 Feb, 2015 1 commit
    • bratell's avatar
      Make the statistics generation data driven. · cc362227
      bratell authored
      StatisticsExtension::GetCounters() has grown to repeat a lot of code
      so to make it more maintainable and generate less machine code,
      make it data driven. This makes a 64 bit Linux build 50 KB smaller.
      
      Total change: -51677 bytes
      ==========================
        1 shrunk, for a net change of -51677 bytes (64222 bytes before, 12545 bytes after) across 1 sources
        279691 unchanged, totalling 51423668 bytes
      
      Per-source Analysis:
      
      -------------------------------------------------------------------------------------------------------------------
       -51677 - Source: /home/bratell/src/chromium/src/v8/src/extensions/statistics-extension.cc - (gained 0, lost 51677)
      -------------------------------------------------------------------------------------------------------------------
        Shrunk symbols:
           -51677: v8::internal::StatisticsExtension::GetCounters(v8::FunctionCallbackInfo<v8::Value> const&) type=t, (was 64222 bytes, now 12545 bytes)
      
      BUG=
      
      Review URL: https://codereview.chromium.org/912413003
      
      Cr-Commit-Position: refs/heads/master@{#26640}
      cc362227
  21. 27 Oct, 2014 1 commit
  22. 04 Aug, 2014 1 commit
  23. 03 Jun, 2014 1 commit
  24. 29 Apr, 2014 1 commit
  25. 17 Jan, 2014 1 commit
  26. 03 Jan, 2014 3 commits
  27. 20 Dec, 2013 2 commits
  28. 18 Dec, 2013 1 commit
  29. 28 Nov, 2013 1 commit
  30. 22 Nov, 2013 1 commit
  31. 21 Nov, 2013 1 commit
  32. 04 Sep, 2013 1 commit
  33. 12 Jun, 2013 1 commit
  34. 05 Jun, 2013 1 commit