Init the builtin_constants mapping once at startup instead of on demand. This saves a couple of cycles, but more importantly it avoids the mapping being created again after dmalloc-cleanup, which can happen e.g. when the gc tries to get at the master object. Rev: src/constants.c:1.35 Rev: src/constants.h:1.21 Rev: src/main.c:1.146