June 04, 2013 [dmd-internals] [D-Programming-Language/dmd] aba5d0: CTFE compile: Count total variable declarations | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: aba5d029a97be0d7d88b15d929ef4146cd864161 https://github.com/D-Programming-Language/dmd/commit/aba5d029a97be0d7d88b15d929ef4146cd864161 Author: Don Clugston <emailsdontbelong@inarepository.com> Date: 2013-06-03 (Mon, 03 Jun 2013) Changed paths: M src/declaration.h M src/func.c M src/interpret.c M src/statement.h Log Message: ----------- CTFE compile: Count total variable declarations First step towards CTFE compilation. Walk over all expressions in the function, searching for VarDeclarations and checking the validity of the AST. Commit: 9478000482619316819a5b723b681cdd06ba9afa https://github.com/D-Programming-Language/dmd/commit/9478000482619316819a5b723b681cdd06ba9afa Author: Don Clugston <emailsdontbelong@inarepository.com> Date: 2013-06-03 (Mon, 03 Jun 2013) Changed paths: M src/interpret.c Log Message: ----------- CTFE sanity check: verify no ErrorExps in AST Before starting CTFE, we confirm that the AST is valid. Commit: aab78eb414b49db885d28a74931af66b3a3de59b https://github.com/D-Programming-Language/dmd/commit/aab78eb414b49db885d28a74931af66b3a3de59b Author: Walter Bright <walter@walterbright.com> Date: 2013-06-04 (Tue, 04 Jun 2013) Changed paths: M src/declaration.h M src/func.c M src/interpret.c M src/statement.h Log Message: ----------- Merge pull request #2129 from donc/ctfe_JIT_step1 CTFE JIT compilation, step 1: walk AST, check integrity Compare: https://github.com/D-Programming-Language/dmd/compare/9520dcae6f57...aab78eb414b4 |
Copyright © 1999-2021 by the D Language Foundation