I think one of the issues that I am likely to have in trying to get Clojure 
to work with Sumatra (java-bytecode -> HSAIL -> GPU compilation) might be 
that the Clojure compiler generates bytecode patterns not generated by 
Javac ? In fact, if this is the case and these differences are documented 
somewhere and link to it would be a huge help.

To that end, when I report an issue on the Sumatra list I would like to be 
able to post the bytecode, or a representation of it.

I could as I understand, (compile) my ns then look around on the disc for 
the corresponding class file, but what would be really neat would be a 
(bytecode) function in the same way as we have (doc) and (source) - that, 
given a function would instantly kick out something like : 
 http://en.wikipedia.org/wiki/Java_bytecode#Example

I've definitely seen postings where developers have compared the bytecode 
produced by java and clojure for loops and mathematical functions. Did they 
get it the hard way or is there a magic fn floating about out there which I 
have failed to track down.

many thanks,


Jules

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to