1. 27 Jul, 2017 1 commit
  2. 29 May, 2017 1 commit
  3. 08 Feb, 2017 1 commit
    • yangguo's avatar
      Link type feedback vectors to the shared function info. · c78d7fa1
      yangguo authored
      Previously, both type feedback vector and the shared function info
      of a function points to the matching type feedback metadata. This
      makes finding the shared function info of a type feedback vector
      difficult.
      
      Instead, we now point the type feeback vector to the shared function
      info, and find the metadata through the shared function info.
      
      Also remove the obsolete empty type feedback vector.
      
      R=hpayer@chromium.org, mvstanton@chromium.org
      BUG=v8:5808
      
      Review-Url: https://codereview.chromium.org/2672363002
      Cr-Commit-Position: refs/heads/master@{#43026}
      c78d7fa1
  4. 07 Feb, 2017 2 commits
  5. 26 Jan, 2017 1 commit
    • mvstanton's avatar
      Interpreter tester should accept metadata instead of a vector · d24ce605
      mvstanton authored
      The InterpreterTester class cobbles together a JSFunction from
      a manually created bytecode and feedback vector. However it's
      fragile against design changes in the way literal arrays and
      feedback vectors are handled. It's better to let it hand in
      a feedback vector metadata object, and allow the system to
      create the vector from that.
      
      BUG=v8:5456
      
      Review-Url: https://codereview.chromium.org/2652893010
      Cr-Commit-Position: refs/heads/master@{#42684}
      d24ce605
  6. 07 Oct, 2015 1 commit
  7. 01 Oct, 2015 1 commit