help wanted
仓库指标
- 星标
- (61 个星标)
- PR 合并指标
- (平均合并 1分钟) (30 天内合并 1 个 PR)
描述
A RIR function (ie. a DispatchTable) should have a user-provided context, that is a minimal context required to enter a function. This needs:
- Add a Context to the dispatch table
- Add a api to set a context on the dispatch table (for now this can be very simple, e.g. just the numerical representation of a context) related: #911
- Ensure the context is checked when calling the function (should be enough to check in
dispatchininterp.cpp) Ensure the context is checked when entering an inlined section of the function