Skip to content

Use managed PPDB readers for MonoVM #37246

Closed
@marek-safar

Description

@marek-safar

We should investigate dropping ppdb reader support from MonoVM for easier size saving for some workloads. If I remember correctly the biggest price comes from compresses ppdb support and we could just make ppdb functionality coupled with debug mode support and let the linker to remove it for anything else.

The relevant code which would need to be adopted to MonoVM starts at

internal void InitializeSourceInfo(int iSkip, bool fNeedFileInfo, Exception? exception)

@thaystg @lambdageek @vargaz

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions