You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No. It may be an unfortunate naming but there is no bug here. TO_SEXP accepts a raw pointer which in case of s-expression is actually a pointer to s-expression's tag rather than to "raw" data.
Lama/runtime/runtime_common.h
Line 28 in be0b32f
Lama/runtime/runtime_common.h
Line 29 in be0b32f
Is it suppose to be SEXP_HEADER_SZ (
(sizeof(int) + sizeof(size_t) + sizeof(int))
) in TO_SEXP?The text was updated successfully, but these errors were encountered: