Dear all,

I am writing a data structure that does a lot of arithmetic operations
(+, - , bit-shifting, bit masking...)
I did my best to use primitive types, but I am not sure it works everywhere.

Is there a way of being warned of unboxings to primitives, with the RC1 of 1.2?

(I think it might be better to warn on unboxing than on boxing, but I
am not sure and I would be happy with any.
Here is the rational : most of the time boxing happens for a reason
(call to something or storage in a data structure, for example)
, but unboxing happens when you wanted primitive and did not managed
to keep things primitive)

Best regards,

Nicolas.

-- 
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