comparison dmd/BinExp.d @ 175:94b6033c07f3

get rid of globals malloc -> GC.malloc
author korDen
date Sun, 10 Oct 2010 03:48:06 +0400
parents af724d3510d7
children fa9a71a9f5a8
comparison
equal deleted inserted replaced
174:af724d3510d7 175:94b6033c07f3
1494 { 1494 {
1495 /* Some of the array op functions are written as library functions, 1495 /* Some of the array op functions are written as library functions,
1496 * presumably to optimize them with special CPU vector instructions. 1496 * presumably to optimize them with special CPU vector instructions.
1497 * List those library functions here, in alpha order. 1497 * List those library functions here, in alpha order.
1498 */ 1498 */
1499 static const(char)*[] libArrayopFuncs = 1499 enum const(char)*[] libArrayopFuncs =
1500 [ 1500 [
1501 "_arrayExpSliceAddass_a", 1501 "_arrayExpSliceAddass_a",
1502 "_arrayExpSliceAddass_d", // T[]+=T 1502 "_arrayExpSliceAddass_d", // T[]+=T
1503 "_arrayExpSliceAddass_f", // T[]+=T 1503 "_arrayExpSliceAddass_f", // T[]+=T
1504 "_arrayExpSliceAddass_g", 1504 "_arrayExpSliceAddass_g",