Lee Killough

Results 5 issues of Lee Killough

In `Table 16.1`, row `CB`, bits `9:7` are listed as `rs1'`: # But in the `C.SRLI`, `C.SRAI` and `C.ANDI` instructions, bits `9:7` also represent `rd'`: # # So the `CB`...

**Describe the solution you'd like** Add `[[noreturn]]` attribute to `SST::Output::fatal()` `[[noreturn]]` allows greater optimization and avoids warnings about missing return values in functions which call `SST::Output::fatal()` but don't `return` values....

Enhancement

Add warnings for trivially serializable types which cannot automatically have an `ObjectMap` created for them This is motivated by: https://github.com/tactcomplabs/sst-ext-tests/issues/79 The problem: For classes/unions/odd scalar types which are trivially serializable...

AT: CLANG-FORMAT PASS

On Ubuntu 24.04 LTS, the default `clang-format` version is 18. **This PR is draft and advisory.** I suggest you consider something like it, to make the `.clang-format` file compatible with...

AT: WIP
AT: CLANG-FORMAT FAIL

Attached is the profile generated by Clang `-ftime-trace` and analyzed by [ClangBuildAnalyzer](https://github.com/aras-p/ClangBuildAnalyzer). ``` **** Templates that took longest to instantiate: 11986 ms: SST::ELI::InstantiateBuilderInfo::isLoaded (45 times, a vg 266 ms) 11981...

Enhancement