Changeset a8078ee


Ignore:
Timestamp:
Feb 24, 2020, 11:33:36 AM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
0f2c555
Parents:
c7a900a
Message:

Concurrency keywords are now generated with attribute const to further help compiler optimization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/Keywords.cc

    rc7a900a ra8078ee  
    377377                        get_type,
    378378                        nullptr,
    379                         noAttributes,
     379                        { new Attribute("const") },
    380380                        Type::Inline
    381381                );
Note: See TracChangeset for help on using the changeset viewer.