C# 클래스 System.Xml.Xsl.IlGen.TailCallAnalyzer

This analyzer walks each function in the graph and annotates Invoke nodes which can be compiled using the IL .tailcall instruction. This instruction will discard the current stack frame before calling the new function.
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
Analyze ( QilExpression qil ) : void

Perform tail-call analysis on the functions in the specified QilExpression.

비공개 메소드들

메소드 설명
AnalyzeDefinition ( QilNode nd ) : void

Recursively analyze the definition of a function.

메소드 상세

Analyze() 공개 정적인 메소드

Perform tail-call analysis on the functions in the specified QilExpression.
public static Analyze ( QilExpression qil ) : void
qil System.Xml.Xsl.Qil.QilExpression
리턴 void