1. 01 Apr, 2016 1 commit
  2. 02 Mar, 2016 1 commit
  3. 11 Dec, 2015 1 commit
  4. 10 Dec, 2015 4 commits
  5. 09 Dec, 2015 1 commit
  6. 02 Dec, 2015 1 commit
  7. 26 Nov, 2015 1 commit
  8. 19 Nov, 2015 1 commit
  9. 05 Nov, 2015 1 commit
    • ofrobots's avatar
      [heap] inline allocation steps refactor · 7b704c4f
      ofrobots authored
      Expose the steps for incremental marking and idle scavenge more directly in
      NewSpace. Adjust the NewSpace and Heap interfaces to allow callers to be more
      clear about how they are interacting with inline allocation steps. This refactor
      prepares the ground for more consumers of inline allocation steps (e.g. sampling
      heap profiler.)
      
      R=hpayer@chromium.org
      BUG=
      
      Review URL: https://codereview.chromium.org/1404523002
      
      Cr-Commit-Position: refs/heads/master@{#31814}
      7b704c4f
  10. 29 Oct, 2015 1 commit
  11. 28 Oct, 2015 1 commit
  12. 07 Oct, 2015 1 commit
  13. 06 Oct, 2015 1 commit
  14. 05 Oct, 2015 1 commit
  15. 28 Sep, 2015 1 commit
  16. 25 Sep, 2015 1 commit
  17. 07 Sep, 2015 1 commit
  18. 01 Sep, 2015 1 commit
  19. 25 Aug, 2015 1 commit
  20. 21 Aug, 2015 2 commits
  21. 20 Aug, 2015 1 commit
  22. 17 Aug, 2015 1 commit
  23. 12 Aug, 2015 2 commits
  24. 15 Jul, 2015 1 commit
  25. 26 Jun, 2015 1 commit
  26. 16 Jun, 2015 1 commit
  27. 03 Jun, 2015 1 commit
  28. 22 May, 2015 1 commit
  29. 21 May, 2015 2 commits
  30. 15 May, 2015 1 commit
  31. 29 Apr, 2015 1 commit
  32. 21 Apr, 2015 1 commit
  33. 18 Mar, 2015 1 commit
  34. 06 Feb, 2015 1 commit
    • adamk's avatar
      Add basic compilation support for modules · 70079dab
      adamk authored
      This adds an "experimental" API hook (v8::ScriptCompiler::CompileModule)
      allowing compilation of modules. The code gen is incredibly basic: the
      module body is represented by a Block in the AST. But this at least gets
      more of the pipeline working, and opens the door to writing mjsunit tests
      (once d8 is modified to support module compilation).
      
      BUG=v8:1569
      LOG=n
      
      Review URL: https://codereview.chromium.org/902093002
      
      Cr-Commit-Position: refs/heads/master@{#26496}
      70079dab