Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | codeGen: allocate small byte arrays of statically known size inline | Johan Tibell | 2014-03-14 | 1 | -0/+1 |
This results in a 57% runtime decrease when allocating an array of 128 bytes on a 64-bit machine. Fixes #8876. |