Skip to content
  • Daniel Colson's avatar
    45f21824
    YJIT: Implement intern · 45f21824
    Daniel Colson authored
    
    
    `intern` showed up in the top 20 most frequent exit ops (granted with a
    fairly small percentage) in a benchmark run by @jhawthorn on
    github/github.
    
    This implementation is similar to gen_anytostring, but with 1
    stack pop instead of 2.
    
    Co-authored-by: default avatarJohn Hawthorn <jhawthorn@github.com>
    45f21824
    YJIT: Implement intern
    Daniel Colson authored
    
    
    `intern` showed up in the top 20 most frequent exit ops (granted with a
    fairly small percentage) in a benchmark run by @jhawthorn on
    github/github.
    
    This implementation is similar to gen_anytostring, but with 1
    stack pop instead of 2.
    
    Co-authored-by: default avatarJohn Hawthorn <jhawthorn@github.com>
Loading