Skip to content

Conversation

@newpavlov
Copy link
Member

@newpavlov newpavlov commented Jun 10, 2020

This PR reduce number of dependencies and brings back input_blocks method, which is useful for ASM backends and could improve performance a bit for hashes which will use it. Current code results in unnecessary memory stores of hash state after processing each block, since LLVM can not properly use aliasing information. Also it reduces amount of unsafe code a bit.

Closes #40

@newpavlov newpavlov requested a review from tarcieri June 10, 2020 08:22
@newpavlov newpavlov merged commit 48d1779 into master Jun 10, 2020
@newpavlov newpavlov deleted the block_buf_upd branch June 10, 2020 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

unused import of core::slice in block-buffer

3 participants