Skip to content

Expression interpreter has received a lot of improvements in CoreFx #2230

@bartdesmet

Description

@bartdesmet

As a heads-up, the expression interpreter under src\System.Management.Automation\engine\interpreter seems to be a clone from the original code in the DLR. Many improvements to it were made in the CoreFx repo at http://github.com/dotnet/corefx. It'd be good to consider either porting these changes or eliminating the copy altogether once the Compile(bool preferInterpretation) overload is available on all platforms by PowerShell. Note that the regular Compile() overload will be available on all platforms that support System.Linq.Expressions and will use the interpreter in case the compiler is not available.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-Enhancementthe issue is more of a feature request than a bugResolution-No ActivityIssue has had no activity for 6 months or moreUp-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Enginecore PowerShell engine, interpreter, and runtimeWG-Engine-Performancecore PowerShell engine, interpreter, and runtime performance

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions