You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/10/01 21:19:55 UTC

[GitHub] [commons-rng] aherbert commented on pull request #118: Shift operation '>>>' by negative constant value -1

aherbert commented on PR #118:
URL: https://github.com/apache/commons-rng/pull/118#issuecomment-1264484244

   Did you read the comment explaining this shift operation? Using -1 allows the code to compile to 1 less byte in java byte code. The purpose is to maximise the chance this function is inlined.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org