View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0024018 | Community | OCCT:Visualization | public | 2013-06-06 22:40 | 2013-12-19 13:55 |
Reporter | Pawel | Assigned To | Pawel | ||
Priority | normal | Severity | tweak | ||
Status | closed | Resolution | fixed | ||
Platform | A | OS | L | ||
Product Version | 6.6.0 | ||||
Target Version | 6.7.0 | Fixed in Version | 6.7.0 | ||
Summary | 0024018: Voxel_FastConverter::Convert - avoiding unnecessary iterations when using multiple threads | ||||
Description | The line: if (ithread_triangle < start_thread_triangle || ithread_triangle > end_thread_triangle) continue; continues iteration even when ithread_triangle > end_thread_triangle. This is not necessary and can be avoided. The iterations should be ended. | ||||
Tags | No tags attached. | ||||
Test case number | Not needed | ||||
|
Branch CR24018 pushed and ready to review. |
|
Reviewed! |
|
Dear BugMaster, Branch CR24018 (and products from GIT master) was compiled on Linux and Windows platforms and tested. SHA-1: 80fb710cb3c32b29f571f3870e92cf55e4063398 Number of compiler warnings: occt component : Linux: 2 (2 on master) Windows: 7 (7 on master) products component : Linux: 0 (0 on master) Windows: 63 (63 on master) Regressions: No regressions Improvements: No improvements Testing cases: Not needed Testing on Linux: Total MEMORY difference: 366354096 / 366313324 Total CPU difference: 39932.66000000103 / 43688.52000000147 Testing on Windows: Total MEMORY difference: 347174552 / 349211996 Total CPU difference: 32990.296875 / 28199.328125 There are not differences in images found by testdiff. |
occt: master da8536ad 2013-06-06 19:58:39 Details Diff |
0024018: Voxel_FastConverter::Convert - avoiding unnecessary iterations when using multiple threads After processing 'end_thread_triangle' the method exits instead of just continuing the iteration. Formatting adjusted. |
Affected Issues 0024018 |
|
mod - src/Voxel/Voxel_FastConverter.cxx | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-06-06 22:40 | Pawel | New Issue | |
2013-06-06 22:40 | Pawel | Assigned To | => Pawel |
2013-06-06 22:40 | Pawel | Summary | Voxel_FastConverter::Convert - avoiding unnecessary iterations when using multple thread => Voxel_FastConverter::Convert - avoiding unnecessary iterations when using multple threads |
2013-06-07 00:00 | Pawel | Note Added: 0024681 | |
2013-06-07 00:00 | Pawel | Assigned To | Pawel => vro |
2013-06-07 00:00 | Pawel | Status | new => resolved |
2013-06-07 00:00 | Pawel | Summary | Voxel_FastConverter::Convert - avoiding unnecessary iterations when using multple threads => Voxel_FastConverter::Convert - avoiding unnecessary iterations when using multiple threads |
2013-06-10 10:39 | vro | Note Added: 0024706 | |
2013-06-10 10:39 | vro | Status | resolved => reviewed |
2013-06-10 12:47 |
|
Assigned To | vro => mkv |
2013-06-11 09:14 |
|
Note Added: 0024718 | |
2013-06-11 09:15 |
|
Test case number | => Not needed |
2013-06-11 09:15 |
|
Assigned To | mkv => bugmaster |
2013-06-11 09:15 |
|
Status | reviewed => tested |
2013-06-14 12:18 | Pawel | Changeset attached | => occt master da8536ad |
2013-06-14 12:18 | Pawel | Assigned To | bugmaster => Pawel |
2013-06-14 12:18 | Pawel | Status | tested => verified |
2013-06-14 12:18 | Pawel | Resolution | open => fixed |
2013-12-19 13:53 | bugmaster | Status | verified => closed |
2013-12-19 13:55 | bugmaster | Fixed in Version | => 6.7.0 |