1. 19 May, 2017 13 commits
  2. 18 May, 2017 26 commits
  3. 17 May, 2017 1 commit
    • bjaideep's avatar
      PPC/s390: Reland: [TypeFeedbackVector] Store optimized code in the vector · d4da5cb4
      bjaideep authored
      Port 11a211ff
      Port 663a8ef4
      
      Original Commit Message:
      
          Since the feedback vector is itself a native context structure, why
          not store optimized code for a function in there rather than in
          a map from native context to code? This allows us to get rid of
          the optimized code map in the SharedFunctionInfo, saving a pointer,
          and making lookup of any optimized code quicker.
      
          Original patch by Michael Stanton <mvstanton@chromium.org>
      
      R=rmcilroy@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
      BUG=v8:6246,chromium:718891
      LOG=N
      
      Review-Url: https://codereview.chromium.org/2892663002
      Cr-Commit-Position: refs/heads/master@{#45385}
      d4da5cb4