<workflowRun _class='org.jenkinsci.plugins.workflow.job.WorkflowRun'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.TimerTrigger$TimerTriggerCause'><shortDescription>Started by timer</shortDescription></cause></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>0</buildableDurationMillis><buildableTimeMillis>1</buildableTimeMillis><buildingDurationMillis>5216076</buildingDurationMillis><executingTimeMillis>5214568</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>2</subTaskCount><waitingDurationMillis>0</waitingDurationMillis><waitingTimeMillis>0</waitingTimeMillis></action><action _class='org.jenkinsci.plugins.workflow.libs.LibrariesAction'></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>108</buildNumber><marked><SHA1>eb0d9b7d937213cd3bc39235c18121a496cbb52f</SHA1><branch><SHA1>eb0d9b7d937213cd3bc39235c18121a496cbb52f</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>eb0d9b7d937213cd3bc39235c18121a496cbb52f</SHA1><branch><SHA1>eb0d9b7d937213cd3bc39235c18121a496cbb52f</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>eb0d9b7d937213cd3bc39235c18121a496cbb52f</SHA1><branch><SHA1>eb0d9b7d937213cd3bc39235c18121a496cbb52f</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>cforall@plg.uwaterloo.ca:software/cfa/cfa-cc</remoteUrl><scmName></scmName></action><action></action><action></action><action _class='org.jenkinsci.plugins.workflow.cps.EnvActionImpl'></action><action></action><action></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><action _class='org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction'></action><action></action><action _class='org.jenkinsci.plugins.workflow.job.views.FlowGraphAction'></action><action></action><action></action><building>false</building><displayName>#108</displayName><duration>5216076</duration><estimatedDuration>5110652</estimatedDuration><fullDisplayName>Cforall Full Build #108</fullDisplayName><id>108</id><keepLog>false</keepLog><number>108</number><queueId>6984</queueId><result>SUCCESS</result><timestamp>1766288820358</timestamp><url>https://cforall.uwaterloo.ca/jenkins/job/Cforall_Full_Build/108/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>libcfa/src/collections/array.hfa</affectedPath><commitId>0210a5430783b59134de79dc37baf30ed9ebe666</commitId><timestamp>1765994390000</timestamp><author><absoluteUrl>https://cforall.uwaterloo.ca/jenkins/user/mlbrooks</absoluteUrl><fullName>mlbrooks</fullName></author><authorEmail>mlbrooks@uwaterloo.ca</authorEmail><comment>Revise array's overload-selection comment now that #247 is closed.

The set of overloads required is unaffected, just there's a simpler derivation of this set.
</comment><date>2025-12-17 12:59:50 -0500</date><id>0210a5430783b59134de79dc37baf30ed9ebe666</id><msg>Revise array's overload-selection comment now that #247 is closed.</msg><path><editType>edit</editType><file>libcfa/src/collections/array.hfa</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>doc/theses/mike_brooks_MMath/programs/ar-bchk/treatment.c</affectedPath><affectedPath>doc/theses/mike_brooks_MMath/programs/ar-bchk/Makefile</affectedPath><affectedPath>doc/theses/mike_brooks_MMath/programs/ar-bchk/treatment.cfa</affectedPath><affectedPath>doc/theses/mike_brooks_MMath/programs/array-boundcheck-removal-stdvec.cpp</affectedPath><affectedPath>doc/theses/mike_brooks_MMath/pictures/ar-bchk.pdf</affectedPath><affectedPath>doc/theses/mike_brooks_MMath/programs/ar-bchk/control.cfa</affectedPath><affectedPath>doc/theses/mike_brooks_MMath/programs/array-boundcheck-removal.cfa</affectedPath><affectedPath>doc/theses/mike_brooks_MMath/programs/ar-bchk/control.c</affectedPath><affectedPath>doc/theses/mike_brooks_MMath/programs/ar-bchk/control.cc</affectedPath><affectedPath>doc/theses/mike_brooks_MMath/programs/ar-bchk/treatment.cc</affectedPath><affectedPath>doc/theses/mike_brooks_MMath/pictures/ar-bchk.xlsx</affectedPath><affectedPath>libcfa/src/collections/array.hfa</affectedPath><affectedPath>doc/theses/mike_brooks_MMath/Makefile</affectedPath><affectedPath>doc/theses/mike_brooks_MMath/array.tex</affectedPath><affectedPath>tests/array-collections/array-md-sbscr-cases.cfa</affectedPath><affectedPath>doc/theses/mike_brooks_MMath/programs/array-boundcheck-removal-matmul.cfa</affectedPath><commitId>eb0d9b7d937213cd3bc39235c18121a496cbb52f</commitId><timestamp>1766224374000</timestamp><author><absoluteUrl>https://cforall.uwaterloo.ca/jenkins/user/mlbrooks</absoluteUrl><fullName>mlbrooks</fullName></author><authorEmail>mlbrooks@uwaterloo.ca</authorEmail><comment>Improve libcfa-array's bound-check removal and write that thesis section.

The libcfa change adds a more performant alternative for a subset of multidimensional indexing cases that were already functionally correct.
That the new alternative is more performant is not shown in the test suite.
There is an associated new high-performance option for passing an array-or-slice to a function.
The added test cases cover those options.

The added in-thesis demos rely on the new more-performant alternative for multidimensional indexing.
</comment><date>2025-12-20 04:52:54 -0500</date><id>eb0d9b7d937213cd3bc39235c18121a496cbb52f</id><msg>Improve libcfa-array's bound-check removal and write that thesis section.</msg><path><editType>add</editType><file>doc/theses/mike_brooks_MMath/programs/ar-bchk/treatment.cfa</file></path><path><editType>delete</editType><file>doc/theses/mike_brooks_MMath/programs/array-boundcheck-removal-stdvec.cpp</file></path><path><editType>add</editType><file>doc/theses/mike_brooks_MMath/pictures/ar-bchk.xlsx</file></path><path><editType>delete</editType><file>doc/theses/mike_brooks_MMath/programs/array-boundcheck-removal.cfa</file></path><path><editType>edit</editType><file>tests/array-collections/array-md-sbscr-cases.cfa</file></path><path><editType>add</editType><file>doc/theses/mike_brooks_MMath/programs/ar-bchk/control.cc</file></path><path><editType>delete</editType><file>doc/theses/mike_brooks_MMath/programs/array-boundcheck-removal-matmul.cfa</file></path><path><editType>edit</editType><file>doc/theses/mike_brooks_MMath/Makefile</file></path><path><editType>edit</editType><file>doc/theses/mike_brooks_MMath/array.tex</file></path><path><editType>add</editType><file>doc/theses/mike_brooks_MMath/programs/ar-bchk/control.c</file></path><path><editType>add</editType><file>doc/theses/mike_brooks_MMath/programs/ar-bchk/treatment.cc</file></path><path><editType>add</editType><file>doc/theses/mike_brooks_MMath/programs/ar-bchk/treatment.c</file></path><path><editType>edit</editType><file>libcfa/src/collections/array.hfa</file></path><path><editType>add</editType><file>doc/theses/mike_brooks_MMath/pictures/ar-bchk.pdf</file></path><path><editType>add</editType><file>doc/theses/mike_brooks_MMath/programs/ar-bchk/control.cfa</file></path><path><editType>add</editType><file>doc/theses/mike_brooks_MMath/programs/ar-bchk/Makefile</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://cforall.uwaterloo.ca/jenkins/user/mlbrooks</absoluteUrl><fullName>mlbrooks</fullName></culprit><inProgress>false</inProgress><nextBuild><number>109</number><url>https://cforall.uwaterloo.ca/jenkins/job/Cforall_Full_Build/109/</url></nextBuild><previousBuild><number>107</number><url>https://cforall.uwaterloo.ca/jenkins/job/Cforall_Full_Build/107/</url></previousBuild></workflowRun>