Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dani/tracer/aot poc #5736

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from
Draft

Dani/tracer/aot poc #5736

wants to merge 16 commits into from

Conversation

daniel-romano-DD
Copy link
Contributor

@daniel-romano-DD daniel-romano-DD commented Jun 25, 2024

Summary of changes

Adds AotProcessor tool to instrument assemblies offline to be used in AoT compilation.
To do so, it instantiates the native Profiler and feeds it with the contents of the assembly read by a forked version of Mono.Cecil, then writes the new data into the assembly.
In order to host and call native profiler a code generator by @kevingosse has been used (thanks a lot)

Reason for change

AoT requires preinstrumented assemblies in order to generate native images. This must be done in the build pipeline. This tool is intended to be integrated there, reusing all the instrumentation that is already implemented in the native profiler.

Known issues:

CallSite works OOTB, but CallTarget needs runtime emited IL for DuckTyping. So, the pre instrumented assemblies work when executed in a managed runtime, but ducktyping would fail when executed in native, as reflection emit is disabled.

@datadog-ddstaging
Copy link

datadog-ddstaging bot commented Jun 25, 2024

Datadog Report

Branch report: dani/tracer/aot_poc
Commit report: b30ec21
Test service: dd-trace-dotnet

✅ 0 Failed, 52 Passed, 0 Skipped, 34m 6.97s Total Time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant