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
CCL's compiler doesn't like it that benchmark is defined (in toolkit.lisp) before generator.lisp is loaded. It says this:
Compiler warnings for "home:lisp;shop;jenkins;ext;random-state;toolkit.lisp.newest" :
; In BENCHMARK: INLINE declaration for unknown function ENSURE-GENERATOR
; In BENCHMARK: Unknown type (FUNCTION (GENERATOR) T), declaration ignored
I would like to pull the two benchmark functions out and put them in "histogram.lisp", since they are not called so only need to be defined by the time "random-state" is completely loaded.
If you are ok with that, I'll send another PR. But please let me know if there is some reason I should not do this.
The text was updated successfully, but these errors were encountered:
CCL's compiler doesn't like it that
benchmark
is defined (intoolkit.lisp
) beforegenerator.lisp
is loaded. It says this:I would like to pull the two benchmark functions out and put them in "histogram.lisp", since they are not called so only need to be defined by the time "random-state" is completely loaded.
If you are ok with that, I'll send another PR. But please let me know if there is some reason I should not do this.
The text was updated successfully, but these errors were encountered: