Irwin D'Souza
Irwin D'Souza
@a7ehuo review comments addressed; good for another round.
@mpirvu could you review/merge this document?
fyi @tajila @vijaysun-omr
Yeah that's right, that's why part of the heuristic work is to "Turn off IProfiler post-restore so it can be naturally enabled later".
>If the proactive compilations in the checkpoint hook (point 3 above) are done without FSD (which is probably a good idea to reduce the amount of recompilation that will need...
The previous comment has the caveat that the cost of delaying the updating of the extra field should not impact startup/first response; if doing so is too expensive then we...
After speaking with @mpirvu and @vijaysun-omr there is another option that really only became apparent after all of the work we did to get the compiler support to the point...
fyi @gacholio
Some observations from my first set of experiments, with the latest changes I have based on open PRs: The current build involves generating FSD code pre-checkpoint, doing a set of...
I took a look at this today. It looks like the crash will happen even with `-Xshareclasses:none "-Xaot:loadExclude={*}"`, so it isn't an AOT issue. However, I spent some time seeing...