Ignore:
Timestamp:
Dec 21, 2020, 4:40:48 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
8339225
Parents:
7b1f6d4
Message:

Added padding to existing locality benchmarks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/locality.rs

    r7b1f6d4 r3d19ae6  
    5353// ==================================================
    5454struct MyCtx {
     55        _p1: [16]u64,
    5556        s: sync::Semaphore,
    5657        d: MyDataPtr,
    5758        ttid: ThreadId,
    5859        _id: usize,
     60        _p2: [16]u64,
    5961}
    6062
Note: See TracChangeset for help on using the changeset viewer.