source: src/Concurrency/Actors.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @ed96731   10 months ajbeach With{Stmts,Decls}ToAdd how has an -X version like WithSymbolTableX. …
(edit) @fc1a3e2   17 months ajbeach Style update. Focused on indentation and trailing whitespace.
(edit) @37273c8   22 months ajbeach Removed the old-ast-compatable FunctionDecl constructor. However, …
(edit) @b065dbb   2 years caparson refactored actors to not need base pointers in envelopes
(edit) @086d6b8   2 years caparson changed actors to use bar operator
(edit) @7e4bd9b6   2 years caparson updated actor-related passes to fix some bugs
(edit) @0794365   2 years caparson refactored allocation enum to match naming style and refactored some … ast-experimental
(edit) @3830c84   3 years caparson cleaned up actor pass and added virtual destructor pass ADT ast-experimental
(edit) @046ba23   3 years caparson small comment cleanup ADT ast-experimental
(edit) @231e1ae   3 years caparson changed actor send from | operator to << operator to avoid conflict … ADT ast-experimental
(edit) @2d028039   3 years caparson added support for copy based envelopes ADT ast-experimental
(edit) @ccf1d99   3 years caparson intermediate push so I can move to nasus to performance test some stuff ADT ast-experimental
(edit) @a64137f   3 years caparson added support for copying envelopes in generated | routine ADT ast-experimental
(edit) @a8e8c67   3 years caparson fixed non-inline actor/message bug and cleaned up Actor pass ADT ast-experimental
(edit) @96ddc62   3 years caparson Added appropriate fwd decl hoisting to ensure there are no use before … ADT ast-experimental
(edit) @34ed17b   3 years caparson Fixed decl before use issue with actors sending messages to other actors ADT ast-experimental
(add) @3dd8f42   3 years caparson added actor support to the compiler ADT ast-experimental
Note: See TracRevisionLog for help on using the revision log.