Ignore:
Timestamp:
Jun 16, 2020, 3:32:00 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
04b5cef
Parents:
2073d207
Message:

Minor improvements to alignments and memory layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel_private.hfa

    r2073d207 r37ba662  
    2626// Scheduler
    2727
    28 struct __attribute__((aligned(64))) __scheduler_lock_id_t;
     28struct __attribute__((aligned(128))) __scheduler_lock_id_t;
    2929
    3030extern "C" {
     
    111111// Cells use by the reader writer lock
    112112// while not generic it only relies on a opaque pointer
    113 struct __attribute__((aligned(64))) __scheduler_lock_id_t {
     113struct __attribute__((aligned(128))) __scheduler_lock_id_t {
    114114        __processor_id_t * volatile handle;
    115115        volatile bool lock;
Note: See TracChangeset for help on using the changeset viewer.