-
Notifications
You must be signed in to change notification settings - Fork 771
Open
Labels
comp:jitserverArtifacts related to JIT-as-a-Service projectArtifacts related to JIT-as-a-Service project
Description
I have spotted a significant (~38%) increase in the CPU consumed by the JIT compilation threads at the client (when connecting to a JITServer). The number of messages exchanged between client and server has also increased substantially. I determined that this increase is mostly due to two messages, ClassEnv_iTableOf
and ClassEnv_iTableNext
which now account for 37% of all messages exchanged (used to be 0%). These messages appeared as a consequence of PR #22216 and I verified that defining the env var TR_DisableITableIterationsAfterLastITableCacheCheck
those messages no longer appear.
I will think of a way of eliminating or at least reducing the number of those messages.
Metadata
Metadata
Assignees
Labels
comp:jitserverArtifacts related to JIT-as-a-Service projectArtifacts related to JIT-as-a-Service project
Type
Projects
Status
To do