On Wednesday, 16 November 2016 at 10:25:30 UTC, Stefan Koch wrote:

First Execution (cold cache) :

Initializing Heap:     17.4 ms
Generating Bytecode:    0.7 ms
Executing Bytecode:     5.3 ms
Converting to CTFE-EXp: 5.1 ms

Second run (warmer cache) :

Initializing Heap:     16.9 ms
Generating Bytecode:    0.3 ms
Executing Bytecode:     5.3 ms
Converting to CTFE-EXp: 4.9 ms


And Again a bit of bad news.
Due to problems in the lowering of function arguments the implementation of strcat is delayed again.

Reply via email to