Skip to content

Commit

Permalink
CU14 - Performance Improvement (#623)
Browse files Browse the repository at this point in the history
* CU14 - performance update

* cosmetic (comment)

* Cosmetic CU14 test updates
  • Loading branch information
JamesWekel authored Feb 12, 2024
1 parent 179ba63 commit 1eeb70a
Show file tree
Hide file tree
Showing 21 changed files with 16,921 additions and 8 deletions.
41 changes: 41 additions & 0 deletions Hercules_VS2008.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -3486,6 +3486,14 @@
RelativePath=".\tests\CMPSC.core"
>
</File>
<File
RelativePath=".\tests\CU14-01-xpage.core"
>
</File>
<File
RelativePath=".\tests\CU14-02-performance.core"
>
</File>
<File
RelativePath=".\tests\CUSE-01-basic.core"
>
Expand Down Expand Up @@ -4565,6 +4573,14 @@
RelativePath=".\tests\csxtr.tst"
>
</File>
<File
RelativePath=".\tests\CU14-01-xpage.tst"
>
</File>
<File
RelativePath=".\tests\CU14-02-performance.tst"
>
</File>
<File
RelativePath=".\tests\CUSE-01-basic.tst"
>
Expand Down Expand Up @@ -5017,6 +5033,14 @@
RelativePath=".\tests\CMPSC.asm"
>
</File>
<File
RelativePath=".\tests\CU14-01-xpage.asm"
>
</File>
<File
RelativePath=".\tests\CU14-02-performance.asm"
>
</File>
<File
RelativePath=".\tests\CUSE-01-basic.asm"
>
Expand Down Expand Up @@ -5444,6 +5468,23 @@
RelativePath=".\tests\CMPSC.pdf"
>
</File>
<File
RelativePath=".\tests\CU14-01-xpage.list"
>
</File>
<File
RelativePath=".\tests\CU14-01-xpage.pdf"
>
</File>
<File
RelativePath=".\tests\CU14-02-performance.list"
>
</File>
<File
RelativePath=".\tests\CU14-02-performance.pdf"
>
</File>

<File
RelativePath=".\tests\CUSE-01-basic.list"
>
Expand Down
10 changes: 10 additions & 0 deletions Hercules_VS2015.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,16 @@
<None Include="tests\cmd-rv-4K-64.subxxx" />
<None Include="tests\cmd-rv.xxx" />
<None Include="tests\cr.tst" />
<None Include="tests\CU14-01-xpage.asm" />
<None Include="tests\CU14-01-xpage.core" />
<None Include="tests\CU14-01-xpage.list" />
<None Include="tests\CU14-01-xpage.pdf" />
<None Include="tests\CU14-01-xpage.tst" />
<None Include="tests\CU14-02-performance.asm" />
<None Include="tests\CU14-02-performance.core" />
<None Include="tests\CU14-02-performance.list" />
<None Include="tests\CU14-02-performance.pdf" />
<None Include="tests\CU14-02-performance.tst" />
<None Include="tests\CUSE-01-basic.asm" />
<None Include="tests\CUSE-01-basic.core" />
<None Include="tests\CUSE-01-basic.list" />
Expand Down
30 changes: 30 additions & 0 deletions Hercules_VS2015.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1757,6 +1757,12 @@
<None Include="tests\CLCLE-04-performance.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CU14-01-xpage.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CU14-02-performance.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CUSE-01-basic.core">
<Filter>Other Files\tests\core</Filter>
</None>
Expand Down Expand Up @@ -2093,6 +2099,12 @@
<None Include="tests\csxtr.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CU14-01-xpage.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CU14-02-performance.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CUSE-01-basic.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
Expand Down Expand Up @@ -2357,6 +2369,12 @@
<None Include="tests\CLCLE-04-performance.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\CU14-01-xpage.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\CU14-02-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>
Expand Down Expand Up @@ -2579,6 +2597,18 @@
<None Include="tests\CLCLE-04-performance.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CU14-01-xpage.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CU14-01-xpage.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CU14-02-performance.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CU14-02-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>
Expand Down
10 changes: 10 additions & 0 deletions Hercules_VS2017.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,16 @@
<None Include="tests\cmd-rv-4K-64.subxxx" />
<None Include="tests\cmd-rv.xxx" />
<None Include="tests\cr.tst" />
<None Include="tests\CU14-01-xpage.asm" />
<None Include="tests\CU14-01-xpage.core" />
<None Include="tests\CU14-01-xpage.list" />
<None Include="tests\CU14-01-xpage.pdf" />
<None Include="tests\CU14-01-xpage.tst" />
<None Include="tests\CU14-02-performance.asm" />
<None Include="tests\CU14-02-performance.core" />
<None Include="tests\CU14-02-performance.list" />
<None Include="tests\CU14-02-performance.pdf" />
<None Include="tests\CU14-02-performance.tst" />
<None Include="tests\CUSE-01-basic.asm" />
<None Include="tests\CUSE-01-basic.core" />
<None Include="tests\CUSE-01-basic.list" />
Expand Down
30 changes: 30 additions & 0 deletions Hercules_VS2017.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1757,6 +1757,12 @@
<None Include="tests\CLCLE-04-performance.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CU14-01-xpage.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CU14-02-performance.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CUSE-01-basic.core">
<Filter>Other Files\tests\core</Filter>
</None>
Expand Down Expand Up @@ -2093,6 +2099,12 @@
<None Include="tests\csxtr.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CU14-01-xpage.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CU14-02-performance.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CUSE-01-basic.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
Expand Down Expand Up @@ -2357,6 +2369,12 @@
<None Include="tests\CLCLE-04-performance.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\CU14-01-xpage.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\CU14-02-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>
Expand Down Expand Up @@ -2579,6 +2597,18 @@
<None Include="tests\CLCLE-04-performance.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CU14-01-xpage.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CU14-01-xpage.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CU14-02-performance.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CU14-02-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>
Expand Down
10 changes: 10 additions & 0 deletions Hercules_VS2019.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,16 @@
<None Include="tests\cmd-rv-4K-64.subxxx" />
<None Include="tests\cmd-rv.xxx" />
<None Include="tests\cr.tst" />
<None Include="tests\CU14-01-xpage.asm" />
<None Include="tests\CU14-01-xpage.core" />
<None Include="tests\CU14-01-xpage.list" />
<None Include="tests\CU14-01-xpage.pdf" />
<None Include="tests\CU14-01-xpage.tst" />
<None Include="tests\CU14-02-performance.asm" />
<None Include="tests\CU14-02-performance.core" />
<None Include="tests\CU14-02-performance.list" />
<None Include="tests\CU14-02-performance.pdf" />
<None Include="tests\CU14-02-performance.tst" />
<None Include="tests\CUSE-01-basic.asm" />
<None Include="tests\CUSE-01-basic.core" />
<None Include="tests\CUSE-01-basic.list" />
Expand Down
30 changes: 30 additions & 0 deletions Hercules_VS2019.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1757,6 +1757,12 @@
<None Include="tests\CLCLE-04-performance.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CU14-01-xpage.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CU14-02-performance.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CUSE-01-basic.core">
<Filter>Other Files\tests\core</Filter>
</None>
Expand Down Expand Up @@ -2093,6 +2099,12 @@
<None Include="tests\csxtr.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CU14-01-xpage.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CU14-02-performance.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CUSE-01-basic.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
Expand Down Expand Up @@ -2357,6 +2369,12 @@
<None Include="tests\CLCLE-04-performance.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\CU14-01-xpage.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\CU14-02-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>
Expand Down Expand Up @@ -2579,6 +2597,18 @@
<None Include="tests\CLCLE-04-performance.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CU14-01-xpage.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CU14-01-xpage.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CU14-02-performance.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CU14-02-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>
Expand Down
10 changes: 10 additions & 0 deletions Hercules_VS2022.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,16 @@
<None Include="tests\cmd-rv-4K-64.subxxx" />
<None Include="tests\cmd-rv.xxx" />
<None Include="tests\cr.tst" />
<None Include="tests\CU14-01-xpage.asm" />
<None Include="tests\CU14-01-xpage.core" />
<None Include="tests\CU14-01-xpage.list" />
<None Include="tests\CU14-01-xpage.pdf" />
<None Include="tests\CU14-01-xpage.tst" />
<None Include="tests\CU14-02-performance.asm" />
<None Include="tests\CU14-02-performance.core" />
<None Include="tests\CU14-02-performance.list" />
<None Include="tests\CU14-02-performance.pdf" />
<None Include="tests\CU14-02-performance.tst" />
<None Include="tests\CUSE-01-basic.asm" />
<None Include="tests\CUSE-01-basic.core" />
<None Include="tests\CUSE-01-basic.list" />
Expand Down
30 changes: 30 additions & 0 deletions Hercules_VS2022.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1757,6 +1757,12 @@
<None Include="tests\CLCLE-04-performance.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CU14-01-xpage.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CU14-02-performance.core">
<Filter>Other Files\tests\core</Filter>
</None>
<None Include="tests\CUSE-01-basic.core">
<Filter>Other Files\tests\core</Filter>
</None>
Expand Down Expand Up @@ -2093,6 +2099,12 @@
<None Include="tests\csxtr.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CU14-01-xpage.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CU14-02-performance.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
<None Include="tests\CUSE-01-basic.tst">
<Filter>Other Files\tests\scripts\tst</Filter>
</None>
Expand Down Expand Up @@ -2357,6 +2369,12 @@
<None Include="tests\CLCLE-04-performance.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\CU14-01-xpage.asm">
<Filter>Other Files\tests\scripts\asm</Filter>
</None>
<None Include="tests\CU14-02-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>
Expand Down Expand Up @@ -2579,6 +2597,18 @@
<None Include="tests\CLCLE-04-performance.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CU14-01-xpage.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CU14-01-xpage.pdf">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CU14-02-performance.list">
<Filter>Other Files\tests\scripts\asm\list</Filter>
</None>
<None Include="tests\CU14-02-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>
Expand Down
Loading

0 comments on commit 1eeb70a

Please sign in to comment.