Skip to content

Commit

Permalink
Poke comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DoeringChristian committed Nov 28, 2024
1 parent 74261f8 commit afd307f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/record_ts.h
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,10 @@ struct RecordThreadState : ThreadState {
uint32_t size, void *out) override;

/// Asynchronously update a single element in memory
/// Recording of this function is currently not supported, and the function
/// will throw an error. At the time of writing, \c poke is only called from
/// \c jit_var_write. \c src will therefore not be a pointer, allocated with
/// \c jitc_malloc, and we cannot track it.
void poke(void *dst, const void *src, uint32_t size) override;

void aggregate(void *dst, AggregationEntry *agg, uint32_t size) override;
Expand Down

0 comments on commit afd307f

Please sign in to comment.