1. 03 Mar, 2022 1 commit
  2. 25 Nov, 2020 1 commit
  3. 07 Feb, 2020 1 commit
    • Leszek Swirski's avatar
      [ast] Cache allocated AstConsString · 7fa19160
      Leszek Swirski authored
      Allow caching the result of allocating AstConsStrings, to allow
      sharing of inferred names between functions.
      
      This is a partial revert of https://crrev.com/c/2020953, with
      the observation that *some* AstConsStrings are always flattened,
      while others are only ever used as ConsStrings, so we want to
      allow the allocation to be lazy while still caching the result.
      
      As a drive-by, cleanup the old AstConsString linked list fields.
      
      Bug: chromium:1011762
      Bug: chromium:1048082
      Change-Id: Icc14342eb3f6f97359596b42b2c296cbc49fd791
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2042093
      Commit-Queue: Leszek Swirski <leszeks@chromium.org>
      Auto-Submit: Leszek Swirski <leszeks@chromium.org>
      Reviewed-by: 's avatarVictor Gomes <victorgomes@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#66168}
      7fa19160
  4. 23 May, 2019 1 commit
  5. 25 Oct, 2018 1 commit
  6. 17 Oct, 2018 1 commit
  7. 21 Sep, 2018 2 commits
  8. 24 Jul, 2018 1 commit
  9. 12 Jul, 2018 1 commit
  10. 24 Mar, 2017 1 commit
  11. 27 Jan, 2017 1 commit
  12. 20 Sep, 2016 1 commit
  13. 16 Aug, 2016 1 commit
  14. 12 Aug, 2016 1 commit
  15. 10 Dec, 2015 1 commit
    • adamk's avatar
      Fix FuncNameInferrer usage in ParseAssignmentExpression · eb67f854
      adamk authored
      Without this fix, AssignmentExpressions that happen to be arrow functions
      would lead to unbalanced Enter/Leave calls on the fni_, causing thrashing
      while trying to infer function names. Symptoms include slow parsing
      or OOM (when we create too many AstConsStrings).
      
      To try to keep this from happening in the future, added an RAII helper
      class to handle Entering/Leaving FNI state.
      
      The included regression test crashes on my workstation without the patch.
      Note that it's too slow in debug mode (as well as under TurboFan),
      so I've skipped it there.
      
      BUG=v8:4595
      LOG=y
      
      Review URL: https://codereview.chromium.org/1507283003
      
      Cr-Commit-Position: refs/heads/master@{#32768}
      eb67f854
  16. 26 Nov, 2015 1 commit
  17. 30 Sep, 2015 1 commit
  18. 04 Aug, 2014 1 commit
  19. 24 Jun, 2014 1 commit
  20. 18 Jun, 2014 1 commit
  21. 13 Jun, 2014 1 commit
  22. 03 Jun, 2014 1 commit
  23. 29 Apr, 2014 1 commit
  24. 11 Mar, 2014 1 commit
  25. 11 Jun, 2012 1 commit
  26. 24 May, 2012 1 commit
  27. 03 Oct, 2011 1 commit
  28. 22 Jun, 2011 1 commit
  29. 18 Mar, 2011 3 commits
  30. 23 Aug, 2010 1 commit
  31. 25 May, 2009 2 commits
  32. 18 May, 2009 1 commit
  33. 16 Apr, 2009 1 commit
  34. 15 Apr, 2009 1 commit
  35. 14 Apr, 2009 2 commits