Skip to content
Snippets Groups Projects
Commit 2e3f22fc authored by Per Hedbor's avatar Per Hedbor
Browse files

Added optimized case for (int)string when string->len < 10 &&...

Added optimized case for (int)string when string->len < 10 && string->size_shift == 1. This speed up the sum a column of integers test on the language shootout site by 30%.

Rev: src/opcodes.c:1.110
parent ba475481
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment