Ignore:
Timestamp:
Aug 3, 2020, 1:59:13 PM (4 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:
95789be
Parents:
e660761
Message:

More restructuring of translation units
Unclear if it improves compilation time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/preemption.cfa

    re660761 r3e2b9c9  
    6161#error unknown hardware architecture
    6262#endif
    63 
    64 #warning duplicated in startup.cfa
    65 #define KERNEL_STORAGE(T,X) __attribute((aligned(__alignof__(T)))) static char storage_##X[sizeof(T)]
    6663
    6764KERNEL_STORAGE(event_kernel_t, event_kernel);         // private storage for event kernel
Note: See TracChangeset for help on using the changeset viewer.