Skip to content
Started 3 mo 7 days ago
Took 17 min
Success

Build #866 (Jul 12, 2024, 11:51:18 PM)

Distributing Tarball
Build Artifacts
cfa-cc-1.0.0.2951.tar.gz2.04 MiB view
Changes
  1. Not sure why we copy in the return values all the time, but we do. This prevents an unused error from appearing when the library is being compiled (shows up about 4 times right now). Switching some passes around might have also solved the problem, but I think we should be generating normalized code instead of mixing in the normalization and code generation. (details)
  2. 1. Add bound check to Serial function: now compiler generates the unchecked functions in ImplementEnumFunc, and enum.hfa implements the bound check on top. Todo: Wrapped the checked version into a trait; 2. countof is now works on any type that implement Countof(). Because Countof() is implemented in enum.hfa for all CfaEnum, we can call countof on { T | CfaEnum(T) } (details)

Started by upstream project Cforall Full Build build number 2951
originally caused by:

  • Started by timer
Revision: 76b507d24aba8184d760ef5fb795294bcdca3103
Repository: cforall@plg.uwaterloo.ca:software/cfa/cfa-cc
  • refs/remotes/origin/master