JuliaLang / AllocCheck.jl

AllocCheck
Other
209 stars 8 forks source link

explain difference between macro and function #61

Closed baggepinnen closed 2 months ago

baggepinnen commented 8 months ago

Several discussions on slack/zulip/discourse have indicated that there are situations in which the semantics and limitations of check_allocs is favorable to those of @check_allocs. This PR describes both entry points and the difference between them.

tecosaur commented 2 months ago

This seems like a pretty clear improvement, @topolarity is there anything in particular holding this up?