Details
-
Improvement
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
castToBoolean does basically this: if object is null return false, if object is a Boolean, return its value and otherwise call asBoolean(). The later call is done dynamically and uncached.
Indy now can take the role of that method and emit the asBoolean call as handle to have that cached or a cached constant