flexible-voting icon indicating copy to clipboard operation
flexible-voting copied to clipboard

perf: verify then mark assembly blocks as memory safe

Open mds1 opened this issue 2 years ago • 0 comments

See https://docs.soliditylang.org/en/latest/assembly.html#memory-safety for more info

To ensure compatibility, we should use the comment-based /// @solidity memory-safe-assembly approach over the assembly ("memory-safe") approach

mds1 avatar Aug 01 '23 00:08 mds1