Skip to content

jitmap when embedding mono #21829

@sean-anderson-seco

Description

@sean-anderson-seco

When embedding mono in another application, it's not possible to enable --jitmap, since that option is only parsed by mono_main. Ideally, there would be a way to supply a callback instead of mono_emit_jit_tramp so that mono's JIT map could coexist with other maps generated by the host application. However, even the existing behavior would be useful (if it could be enabled through mono_jit_parse_options or an environmental variable).

On a related note, --profiler is also unavailable except via mono_main.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions