You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@milagro.apache.org by GitBox <gi...@apache.org> on 2020/07/29 07:34:46 UTC

[GitHub] [incubator-milagro-crypto-rust] kirk-baird opened a new pull request #42: Inline operations with large return values

kirk-baird opened a new pull request #42:
URL: https://github.com/apache/incubator-milagro-crypto-rust/pull/42


   # What has been Changed
   
   Operations with a large return value have been set to `#[inline(always)]` so as to reduce the amount of copying to and from the stack for function calls.
   
   Begin adding rust-docs comments for public functions.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@milagro.apache.org
For additional commands, e-mail: issues-help@milagro.apache.org


[GitHub] [incubator-milagro-crypto-rust] kealan merged pull request #42: Inline operations with large return values

Posted by GitBox <gi...@apache.org>.
kealan merged pull request #42:
URL: https://github.com/apache/incubator-milagro-crypto-rust/pull/42


   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@milagro.apache.org
For additional commands, e-mail: issues-help@milagro.apache.org