We'll have to augment ICEfaces to take advantage of the functionality in ICE-3757. This will probably involve profiling the cost of using attributesThatAreSet, to see what we can avoid doing in our code, given access to the list of set attributes.
So that we continue to work with other JSF implementations, and pre-patched versions of JSF Mojarra, we'll need a strategy of detecting if this new feature is enabled. We might just instantiate a component, set an attribute, and then get its attributesThatAreSet, and see if the list is non-null, and contains that attribute name.
It would be nice if the implementation was optimised enough, that we could avoid, or speed up the accessing of ValueBindings that haven't be set, in getter methods.