Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Contribute to GitLab
  • Sign in / Register
V
V8
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Linshizhi
  • V8
  • Repository

Switch branch/tag
  • v8
  • test
  • mjsunit
  • compiler
  • inline-dead-jscreate.js
Find file
BlameHistoryPermalink
  • bmeurer's avatar
    [turbofan] Avoid unnecessary copying of nodes during inlining. · a436e3dd
    bmeurer authored May 25, 2016
    Previously we first created a temporary graph for the inlinee and then
    copied over all the nodes to the actual graph. This however introduces
    unnecessary complexity, and we can instead just create the inlinee
    inside the target graph.
    
    R=jarin@chromium.org
    
    Review-Url: https://codereview.chromium.org/2006353003
    Cr-Commit-Position: refs/heads/master@{#36508}
    a436e3dd
inline-dead-jscreate.js 288 Bytes
EditWeb IDE

Replace inline-dead-jscreate.js

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.