Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a utf8->utf16 conversion benchmark. | Denis Dzyubenko | 2009-07-16 | 3 | -0/+98 |
| | | | | We need a find better unicode input document though. | ||||
* | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Reintroduce the unaligned-unaligned 32-bit code that I had removed out of ↵ | Thiago Macieira | 2009-05-22 | 1 | -11/+30 |
| | | | | | | | | | | | | | | ignorance. If both pointers are out of 4-byte alignment, doing the first load will align them so we can do 32-bit comparisons. Lars's code had this before, but I misunderstood it and removed, thinking it was doing misaligned accesses. I experimented with moving the tail comparison above the 32-bit comparison to save a register, but it made things worse. Reviewed-By: Bradley T. Hughes | ||||
* | Add a benchmark for QString::operator== | Thiago Macieira | 2009-05-22 | 2 | -0/+108 |
Reviewed-By: Bradley T. Hughes |