Page MenuHomeFreeBSD

benchmarks/uica: update to g20230115+2022.12
AbandonedPublic

Authored by fuz on Feb 27 2023, 12:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 28 2024, 7:27 AM
Unknown Object (File)
Dec 27 2023, 10:07 PM
Unknown Object (File)
Dec 11 2023, 1:33 AM
Unknown Object (File)
Nov 25 2023, 4:29 PM
Unknown Object (File)
Oct 9 2023, 6:04 PM
Unknown Object (File)
Oct 9 2023, 6:04 PM
Unknown Object (File)
Oct 1 2023, 6:39 AM
Unknown Object (File)
Oct 1 2023, 6:39 AM
Subscribers

Details

Summary
benchmarks/uica: update to g20230115+2022.12

Do not install bitcode fails, as these are auto-generated
at installation time.

Upstream changes:

 - fix wrong latencies with fused rip-relative loads
 - add new options -minIterations and -minCycles

Approved by:	... (mentor)

Preliminary patch. For some reason, the auto-generation of
the Python bitcode files does not actually take place. I do
not know USES=python well enough to understand what is going
on. Perhaps @vishwin knows more?

Test Plan

TBD

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 50041
Build 46933: arc lint + arc unit

Event Timeline

fuz requested review of this revision.Feb 27 2023, 12:21 AM

Auto-generating pycode files is off the cards, so this change is no longer needed.

In D38802#889186, @fuz wrote:

Auto-generating pycode files is off the cards, so this change is no longer needed.

Only temporarily while the automated process gets reworked offline, particularly when removing stale files. Bytecode under SITELIBDIR is still not planned to be packaged.

@vishwin Thank you for your continued work on this idea. I'll revisit not packaging pyc files once your changes are ready.