
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
2h
|
|
|
Remaining Estimate:
|
0h
|
|
|
Time Spent:
|
4.03h
|
|
|
|
|
Environment:
|
gcc 3.3.3 (SuSE Linux)
|
|
| Severity: |
Compiler Warning
|
| Resolution Date: |
26/Feb/08 10:31 PM
|
We're getting a few warnings for the __rw_utf8toucs4() inline function indicating that the function is too big to be inlined. It might be a good idea to split it up into two, a simple inline wrapper to handle the common case for single and perhaps two-byte characters and a bigger out-of-line implementation to handle the more complicated multibyte characters.
|
|
Description
|
We're getting a few warnings for the __rw_utf8toucs4() inline function indicating that the function is too big to be inlined. It might be a good idea to split it up into two, a simple inline wrapper to handle the common case for single and perhaps two-byte characters and a bigger out-of-line implementation to handle the more complicated multibyte characters.
|
Show » |
logged work - 26/Feb/08 10:00 PM
| Time Worked: |
0.03h |
|
Verified that function is indeed inlined in release builds.
|
logged work - 26/Feb/08 10:01 PM
| Time Worked: |
2h |
|
Update actual time spent
|
logged work - 26/Feb/08 10:30 PM
| Time Worked: |
2h |
|
Making sure that fixing such an issue would still be binary compatible.
|
|