On Fri, 31 Oct 2025 20:59:40 GMT, Joe Darcy <[email protected]> wrote:

>> Initial draft of a partial set of methods wrapping primitive operators to 
>> get feedback on the class providing this functionality.
>
> Joe Darcy has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Respond to review feedback, fix typos, etc.

I strongly oppose adding operators corresponding to individual instructions. 
They are not the best primitive operations, and using them as methods in method 
handles may suffer the same problem as Objects::equals performance drop due to 
lack of dedicated separate profile due to shared bytecode.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/28081#issuecomment-3475053182

Reply via email to