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

Prejit support on FunctionsNetHost #2637

Open
kshyju opened this issue Jul 31, 2024 · 0 comments · May be fixed by #2711
Open

Prejit support on FunctionsNetHost #2637

kshyju opened this issue Jul 31, 2024 · 0 comments · May be fixed by #2711
Assignees
Labels

Comments

@kshyju
Copy link
Member

kshyju commented Jul 31, 2024

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.
@kshyju kshyju added enhancement New feature or request feature: placeholders labels Jul 31, 2024
@kshyju kshyju self-assigned this Jul 31, 2024
@kshyju kshyju linked a pull request Sep 13, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant