CDV ❯ extra map lookups for every logicalInvoke()
-
Bug
-
Status: Open
-
2 Major
-
Resolution:
-
DSO:L1
-
-
interfaces
-
Reporter: teck
-
August 14, 2008
-
0
-
Watchers: 0
-
December 16, 2011
-
Description
in ManagerImpl.logicalInvoke() there are two lookups before calling TCObject.logicalInvoke(). This line:
tco.logicalInvoke(serializer.methodToID(methodSignature), methodDisplay
.getDisplayForSignature(methodSignature), params);
The calls to serializer.methodToID() and methodDisplay.getDisplayForSignature() are what I am referring to.
In might not be a big savings, but this data can be determined statically at instrumentation time.