Skip to content
  • Sanjoy Das's avatar
    cfe41f05
    [Statepoints] Let patchable statepoints have a symbolic call target. · cfe41f05
    Sanjoy Das authored
    Summary:
    As added initially, statepoints required their call targets to be a
    constant pointer null if ``numPatchBytes`` was non-zero.  This turns out
    to be a problem ergonomically, since there is no way to mark patchable
    statepoints as calling a (readable) symbolic value.
    
    This change remove the restriction of requiring ``null`` call targets
    for patchable statepoints, and changes PlaceSafepoints to maintain the
    symbolic call target through its transformation.
    
    Reviewers: reames, swaroop.sridhar
    
    Subscribers: llvm-commits
    
    Differential Revision: http://reviews.llvm.org/D11550
    
    llvm-svn: 243502
    cfe41f05
    [Statepoints] Let patchable statepoints have a symbolic call target.
    Sanjoy Das authored
    Summary:
    As added initially, statepoints required their call targets to be a
    constant pointer null if ``numPatchBytes`` was non-zero.  This turns out
    to be a problem ergonomically, since there is no way to mark patchable
    statepoints as calling a (readable) symbolic value.
    
    This change remove the restriction of requiring ``null`` call targets
    for patchable statepoints, and changes PlaceSafepoints to maintain the
    symbolic call target through its transformation.
    
    Reviewers: reames, swaroop.sridhar
    
    Subscribers: llvm-commits
    
    Differential Revision: http://reviews.llvm.org/D11550
    
    llvm-svn: 243502
Loading