Changeset ccf1d99 for src


Ignore:
Timestamp:
Feb 2, 2023, 11:08:48 AM (15 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
2d028039, 98a2b1dc
Parents:
a64137f
Message:

intermediate push so I can move to nasus to performance test some stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/Actors.cpp

    ra64137f rccf1d99  
    180180};
    181181
    182 #define __ALLOC 0
     182#define __ALLOC 0 // C_TODO: complete swap to no-alloc version
    183183
    184184struct GenReceiveDecls : public ast::WithDeclsToAdd<> {
     
    225225                    return receiver;
    226226                }
    227             */
     227            */ // C_TODO: update this with new no alloc version
    228228            CompoundStmt * sendBody = new CompoundStmt( decl->location );
    229229
Note: See TracChangeset for help on using the changeset viewer.