Besonderhede van voorbeeld: -1103585411544895430

Metadata

Author: Common crawl

Data

English[en]
Once dynamic code is in a tree representation, the DLR can look at the tree and generate CLR code from that tree for actual execution. Parsing dynamic code into an expression tree and then building the CLR is an expensive operation, so the DLR employs a performance technique known as Call Site Caching to avoid having to "recompile" the dynamic code each time it's called.
Russian[ru]
Древовидные выражения - это представление кода в виде дерева, что содействует абстрактным языкам в соответствующей форме, на которой может работать DLR.Второй слой – это сама динамическая языковая исполнимая среда, которая состоит из трех основных компонентов: древовидные выражения, динамический вызов и точка вызова Caching.

History

Your action: