You can try evaluating this in the scratch buffer
(if (member 'nativecomp features) (message "yay") (message "nay"))
Or open help for an elisp function (next-line, for example):
c-h f next-line RET
next-line is an interactive native compiled Lisp function in ‘simple.el’.
You can try evaluating this in the scratch buffer
Or check if a non-interactive function called `native-compile` exists.Or open help for an elisp function (next-line, for example):
Gives me: Or, m-x disassemble next-line RET