Skip to content

Increased JIT CPU consumption with JITServer #22780

@mpirvu

Description

@mpirvu

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 project

Type

No type

Projects

Status

To do

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions