• D
    pkg/proc: Introduce Target and remove CommonProcess (#1834) · 94a20d57
    Derek Parker 提交于
    * pkg/proc: Introduce Target
    
    * pkg/proc: Remove Common.fncallEnabled
    
    Realistically we only block it on recorded backends.
    
    * pkg/proc: Move fncallForG to Target
    
    * pkg/proc: Remove CommonProcess
    
    Remove final bit of functionality stored in CommonProcess and move it to
    *Target.
    
    * pkg/proc: Add SupportsFunctionCall to Target
    94a20d57
proc_darwin.go 11.0 KB