ILAssembler icon indicating copy to clipboard operation
ILAssembler copied to clipboard

Don't cache for interactive or generated call sites

Open SeeminglyScience opened this issue 4 years ago • 0 comments

Currently DynamicMethods are cached by their AST and signature. This check should be skipped if Ast.Extent.File is blank as the call site is very unlikely to be called again and will just keep the method alive indefinitely.

SeeminglyScience avatar Oct 19 '20 16:10 SeeminglyScience