Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUSE performance improvement #519

Merged
merged 4 commits into from
Nov 16, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions Hercules_VS2008.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -3442,6 +3442,14 @@
RelativePath=".\tests\cpu0off.core"
>
</File>
<File
RelativePath=".\tests\CUSE-01-basic.core"
>
</File>
<File
RelativePath=".\tests\CUSE-02-performance.core"
>
</File>
<File
RelativePath=".\tests\dfp-080-from-packed.core"
>
Expand Down Expand Up @@ -4481,6 +4489,14 @@
RelativePath=".\tests\csxtr.tst"
>
</File>
<File
RelativePath=".\tests\CUSE-01-basic.tst"
>
</File>
<File
RelativePath=".\tests\CUSE-02-performance.tst"
>
</File>
<File
RelativePath=".\tests\digest.tst"
>
Expand Down Expand Up @@ -4901,6 +4917,14 @@
RelativePath=".\tests\CMPSC.asm"
>
</File>
<File
RelativePath=".\tests\CUSE-01-basic.asm"
>
</File>
<File
RelativePath=".\tests\CUSE-02-performance.asm"
>
</File>
<File
RelativePath=".\tests\dc-float.asm"
>
Expand Down Expand Up @@ -5292,6 +5316,22 @@
RelativePath=".\tests\CMPSC.pdf"
>
</File>
<File
RelativePath=".\tests\CUSE-01-basic.list"
>
</File>
<File
RelativePath=".\tests\CUSE-01-basic.pdf"
>
</File>
<File
RelativePath=".\tests\CUSE-02-performance.list"
>
</File>
<File
RelativePath=".\tests\CUSE-02-performance.pdf"
>
</File>
<File
RelativePath=".\tests\dfp-080-from-packed.list"
>
Expand Down
10 changes: 10 additions & 0 deletions Hercules_VS2015.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,16 @@
<None Include="tests\cr.tst" />
<None Include="tests\cpu0off.core" />
<None Include="tests\cpu0off.core" />
<None Include="tests\CUSE-01-basic.asm" />
<None Include="tests\CUSE-02-performance.asm" />
<None Include="tests\CUSE-01-basic.core" />
<None Include="tests\CUSE-02-performance.core" />
<None Include="tests\CUSE-01-basic.list" />
<None Include="tests\CUSE-02-performance.list" />
<None Include="tests\CUSE-01-basic.pdf" />
<None Include="tests\CUSE-02-performance.pdf" />
<None Include="tests\CUSE-01-basic.tst" />
<None Include="tests\CUSE-02-performance.tst" />
<None Include="tests\dotest" />
<None Include="tests\dfp-080-from-packed.asm" />
<None Include="tests\dfp-080-from-packed.core" />
Expand Down
30 changes: 30 additions & 0 deletions Hercules_VS2015.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1715,6 +1715,12 @@
<None Include="tests\cpu0off.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CUSE-01-basic.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CUSE-02-performance.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\dfp-080-from-packed.core">
<Filter>Other Files\tests\core</Filter>
</None>
Expand Down Expand Up @@ -2018,6 +2024,12 @@
<None Include="tests\csxtr.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CUSE-01-basic.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CUSE-02-performance.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\dfp-080-from-packed.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
Expand Down Expand Up @@ -2264,6 +2276,12 @@
<None Include="tests\CLCLE-04-performance.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\CUSE-01-basic.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\CUSE-02-performance.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\dfp-080-from-packed.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
Expand Down Expand Up @@ -2468,6 +2486,18 @@
<None Include="tests\CLCLE-04-performance.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CUSE-01-basic.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CUSE-01-basic.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CUSE-02-performance.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CUSE-02-performance.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\dfp-080-from-packed.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
Expand Down
10 changes: 10 additions & 0 deletions Hercules_VS2017.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,16 @@
<None Include="tests\cr.tst" />
<None Include="tests\cpu0off.core" />
<None Include="tests\cpu0off.core" />
<None Include="tests\CUSE-01-basic.asm" />
<None Include="tests\CUSE-02-performance.asm" />
<None Include="tests\CUSE-01-basic.core" />
<None Include="tests\CUSE-02-performance.core" />
<None Include="tests\CUSE-01-basic.list" />
<None Include="tests\CUSE-02-performance.list" />
<None Include="tests\CUSE-01-basic.pdf" />
<None Include="tests\CUSE-02-performance.pdf" />
<None Include="tests\CUSE-01-basic.tst" />
<None Include="tests\CUSE-02-performance.tst" />
<None Include="tests\dotest" />
<None Include="tests\dfp-080-from-packed.asm" />
<None Include="tests\dfp-080-from-packed.core" />
Expand Down
30 changes: 30 additions & 0 deletions Hercules_VS2017.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1715,6 +1715,12 @@
<None Include="tests\cpu0off.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CUSE-01-basic.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CUSE-02-performance.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\dfp-080-from-packed.core">
<Filter>Other Files\tests\core</Filter>
</None>
Expand Down Expand Up @@ -2018,6 +2024,12 @@
<None Include="tests\csxtr.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CUSE-01-basic.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CUSE-02-performance.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\dfp-080-from-packed.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
Expand Down Expand Up @@ -2264,6 +2276,12 @@
<None Include="tests\CLCLE-04-performance.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\CUSE-01-basic.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\CUSE-02-performance.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\dfp-080-from-packed.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
Expand Down Expand Up @@ -2468,6 +2486,18 @@
<None Include="tests\CLCLE-04-performance.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CUSE-01-basic.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CUSE-01-basic.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CUSE-02-performance.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CUSE-02-performance.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\dfp-080-from-packed.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
Expand Down
10 changes: 10 additions & 0 deletions Hercules_VS2019.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,16 @@
<None Include="tests\cr.tst" />
<None Include="tests\cpu0off.core" />
<None Include="tests\cpu0off.core" />
<None Include="tests\CUSE-01-basic.asm" />
<None Include="tests\CUSE-02-performance.asm" />
<None Include="tests\CUSE-01-basic.core" />
<None Include="tests\CUSE-02-performance.core" />
<None Include="tests\CUSE-01-basic.list" />
<None Include="tests\CUSE-02-performance.list" />
<None Include="tests\CUSE-01-basic.pdf" />
<None Include="tests\CUSE-02-performance.pdf" />
<None Include="tests\CUSE-01-basic.tst" />
<None Include="tests\CUSE-02-performance.tst" />
<None Include="tests\dotest" />
<None Include="tests\dfp-080-from-packed.asm" />
<None Include="tests\dfp-080-from-packed.core" />
Expand Down
30 changes: 30 additions & 0 deletions Hercules_VS2019.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1715,6 +1715,12 @@
<None Include="tests\cpu0off.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CUSE-01-basic.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CUSE-02-performance.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\dfp-080-from-packed.core">
<Filter>Other Files\tests\core</Filter>
</None>
Expand Down Expand Up @@ -2018,6 +2024,12 @@
<None Include="tests\csxtr.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CUSE-01-basic.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CUSE-02-performance.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\dfp-080-from-packed.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
Expand Down Expand Up @@ -2264,6 +2276,12 @@
<None Include="tests\CLCLE-04-performance.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\CUSE-01-basic.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\CUSE-02-performance.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\dfp-080-from-packed.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
Expand Down Expand Up @@ -2468,6 +2486,18 @@
<None Include="tests\CLCLE-04-performance.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CUSE-01-basic.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CUSE-01-basic.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CUSE-02-performance.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CUSE-02-performance.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\dfp-080-from-packed.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
Expand Down
10 changes: 10 additions & 0 deletions Hercules_VS2022.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,16 @@
<None Include="tests\cr.tst" />
<None Include="tests\cpu0off.core" />
<None Include="tests\cpu0off.core" />
<None Include="tests\CUSE-01-basic.asm" />
<None Include="tests\CUSE-02-performance.asm" />
<None Include="tests\CUSE-01-basic.core" />
<None Include="tests\CUSE-02-performance.core" />
<None Include="tests\CUSE-01-basic.list" />
<None Include="tests\CUSE-02-performance.list" />
<None Include="tests\CUSE-01-basic.pdf" />
<None Include="tests\CUSE-02-performance.pdf" />
<None Include="tests\CUSE-01-basic.tst" />
<None Include="tests\CUSE-02-performance.tst" />
<None Include="tests\dotest" />
<None Include="tests\dfp-080-from-packed.asm" />
<None Include="tests\dfp-080-from-packed.core" />
Expand Down
30 changes: 30 additions & 0 deletions Hercules_VS2022.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1715,6 +1715,12 @@
<None Include="tests\cpu0off.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CUSE-01-basic.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CUSE-02-performance.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\dfp-080-from-packed.core">
<Filter>Other Files\tests\core</Filter>
</None>
Expand Down Expand Up @@ -2018,6 +2024,12 @@
<None Include="tests\csxtr.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CUSE-01-basic.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CUSE-02-performance.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\dfp-080-from-packed.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
Expand Down Expand Up @@ -2264,6 +2276,12 @@
<None Include="tests\CLCLE-04-performance.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\CUSE-01-basic.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\CUSE-02-performance.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\dfp-080-from-packed.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
Expand Down Expand Up @@ -2468,6 +2486,18 @@
<None Include="tests\CLCLE-04-performance.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CUSE-01-basic.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CUSE-01-basic.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CUSE-02-performance.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CUSE-02-performance.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\dfp-080-from-packed.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
Expand Down
Loading