[dmd-internals] [D-Programming-Language/dmd] 5ad879: Issue 6545 - [CTFE] Hard-coded array operations no...
GitHub
noreply at github.com
Sun May 12 13:29:09 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 5ad8794e91e1da3103a38fa1165c5522a383667b
https://github.com/D-Programming-Language/dmd/commit/5ad8794e91e1da3103a38fa1165c5522a383667b
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-05-11 (Sat, 11 May 2013)
Changed paths:
M src/arrayop.c
M src/declaration.h
M src/func.c
M src/interpret.c
M test/runnable/xtest46.d
Log Message:
-----------
Issue 6545 - [CTFE] Hard-coded array operations not yet supported
Refactor array op generation and always generate a D version of the array operation. In the interpreter, if a FuncDeclaration with no body is encoutered, use the D version if it is an array operation.
Commit: a3c6eaabe20ff32891e0deba106024113a13763a
https://github.com/D-Programming-Language/dmd/commit/a3c6eaabe20ff32891e0deba106024113a13763a
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2013-05-12 (Sun, 12 May 2013)
Changed paths:
M src/arrayop.c
M src/declaration.h
M src/func.c
M src/interpret.c
M test/runnable/xtest46.d
Log Message:
-----------
Merge pull request #694 from yebblies/issue6545
Issue 6545 - [CTFE] Hard-coded array operations not yet supported
Compare: https://github.com/D-Programming-Language/dmd/compare/9c746b44b784...a3c6eaabe20f
More information about the dmd-internals
mailing list