summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run/StaticByteArraySize.stdout
Commit message (Collapse)AuthorAgeFilesLines
* codeGen: allocate small byte arrays of statically known size inlineJohan Tibell2014-03-141-0/+1
This results in a 57% runtime decrease when allocating an array of 128 bytes on a 64-bit machine. Fixes #8876.