• G
    Implement `black_box` using intrinsic · 1fb16431
    Gary Guo 提交于
    The new implementation allows some `memcpy`s to be optimized away,
    so the uninit value in ui/sanitize/memory.rs is constructed directly
    onto the return place. Therefore the sanitizer now says that the
    value is allocated by `main` rather than `random`.
    1fb16431
mod.rs 44.1 KB