Azure / Azure/azure-functions-dotnet-worker
Prejit support on FunctionsNetHost
Open
blocked
enhancement
feature: placeholders
- Dominant language
- C#
- Stars
- 466
- Forks
- 215
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 7
Description
Prejit support on FunctionsNetHost.
1. Generate jittrace for .net isolated http trigger app (net8 and net9) cold start request code path. this trace will have only framework methods.
2. During placeholder mode, start dummy app, prejit the trace in startup hook and wait for cold start signal.
3. When cold start request arrives, signal it to startup hook so that it can swap the assembly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.