callsite-not-compiled ( word -- * )


Vocabulary
alien

Error description
Thrown if the word calling the given word was not compiled with the optimizing compiler. This can happen when experimenting with the word in this listener. To fix the problem, place the word call in a word; word definitions are automatically compiled with the optimizing compiler. Only a few words relating to calling FFI functions throws this error.

Definition


Methods

M: callsite-not-compiled summary
drop "Caller not compiled with the optimizing compiler" ;