1. 17 Jan, 2017 1 commit
  2. 16 Jan, 2017 2 commits
  3. 09 Jan, 2017 1 commit
  4. 08 Dec, 2016 1 commit
  5. 05 Dec, 2016 1 commit
  6. 09 Nov, 2016 1 commit
    • heimbuef's avatar
      [Parser] Added SMI cache · da3e2225
      heimbuef authored
      With the very same SMIs making up a big chunk
      of the parser zone (especially for asm.js) it
      makes sense to cache the AstValues for them.
      This is not ideal yet, but already saves
      hundreds (sic!) MBs of memory for Unity games.
      
      Review-Url: https://codereview.chromium.org/2485423002
      Cr-Commit-Position: refs/heads/master@{#40866}
      da3e2225
  7. 26 Oct, 2016 1 commit
  8. 25 Oct, 2016 1 commit
  9. 20 Sep, 2016 1 commit
  10. 16 Sep, 2016 1 commit
  11. 18 Aug, 2016 1 commit
  12. 10 Aug, 2016 3 commits
  13. 08 Aug, 2016 1 commit
  14. 18 Jul, 2016 1 commit
  15. 09 Jun, 2016 1 commit
    • lpy's avatar
      Move hashmap into src/base. · 2fd55667
      lpy authored
      We ported hashmap.h into libsampler as a workaround before, so the main focus of
      this patch is to reduce code duplication. This patch moves the hashmap into
      src/base as well as creates DefaultAllocationPolicy using malloc and free.
      
      BUG=v8:5050
      LOG=n
      
      Review-Url: https://codereview.chromium.org/2010243003
      Cr-Commit-Position: refs/heads/master@{#36873}
      2fd55667
  16. 19 Feb, 2016 1 commit
  17. 26 Nov, 2015 1 commit
  18. 28 Oct, 2015 1 commit
  19. 30 Sep, 2015 1 commit
  20. 30 Jun, 2015 1 commit
  21. 04 Jun, 2015 1 commit
    • arv's avatar
      Refactor lexical home object binding · 345fa142
      arv authored
      Before this we had 3 super related lexical bindings that got injected
      into method bodies: .home_object, .this_function,  and new.target.
      With this change we get rid of the .home_object one in favor of using
      .this_function[home_object_symbol] which allows some simplifications
      throughout the code base.
      
      BUG=v8:3768
      LOG=N
      R=adamk@chromium.org, wingo@igalia.com
      
      Review URL: https://codereview.chromium.org/1154103005
      
      Cr-Commit-Position: refs/heads/master@{#28802}
      345fa142
  22. 01 Jun, 2015 1 commit
  23. 20 Apr, 2015 1 commit
  24. 13 Apr, 2015 1 commit
  25. 09 Apr, 2015 1 commit
  26. 12 Dec, 2014 1 commit
  27. 13 Nov, 2014 1 commit
  28. 06 Nov, 2014 1 commit
  29. 05 Nov, 2014 2 commits
  30. 04 Nov, 2014 2 commits
  31. 30 Oct, 2014 1 commit
  32. 24 Oct, 2014 1 commit
  33. 02 Oct, 2014 1 commit
  34. 10 Sep, 2014 1 commit
  35. 02 Sep, 2014 1 commit