OpenCilk / opencilk-project

Monorepo for the OpenCilk compiler. Forked from llvm/llvm-project and based on Tapir/LLVM.
Other
89 stars 29 forks source link

Fully support hyperobject struct members #225

Open VoxSciurorum opened 8 months ago

VoxSciurorum commented 8 months ago

Currently struct fields of hyperobject type are not registered with the runtime. Instead a warning is printed. They should be registered automatically.

VoxSciurorum commented 8 months ago

Pull request #227 will do this for C++ only. C is harder.