Hi,

This is definline -
https://github.com/clojure/clojure/blob/master/src/clj/clojure/core.clj#L4583

inline keyword in compiler -
https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/Compiler.java#L79

other inline stuff -
https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/Compiler.java#L6315
https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/Compiler.java#L6446

Hope this helps.

Regards,
BG

On Thu, Jul 12, 2012 at 10:13 PM, john <john.vie...@gmail.com> wrote:
> I was reading an old post of Rick Hickey
> https://groups.google.com/forum/?hl=de&fromgroups#!searchin/clojure/sbcl/clojure/xyXu0S-CDZk/N2DI7Rpu5BIJ
>>
>>  You can also
>> use :inline to wrap arithmetic primitives implemented as Java static
>> methods, as Clojure itself does for +/* etc, which HotSpot inlines
>> quite nicely
>>
>
>
> I cannot find any information on the :inline keyword . I tried to google but
> got infos regarding clojure protocols.
> I also looked at the  defn + {:inline ('multiply 'unchecked_multiply)}
> Can somebody point me  to infos explaining  :inline and maybe nary-inline
> many greetings
> john
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en



-- 
Baishampayan Ghose
b.ghose at gmail.com

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to