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.
Показать файл Открыть проект

Открытые методы

Метод Описание
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