From: Aaron V. <gru...@gm...> - 2011-09-17 17:50:10
|
> Can you please implement the same API for the C backend as well? > (src/xmlvm2c/compat-lib/iphone) I see in the 2c compat-lib, each method has an int id used in the reflection data and in method_dispatcher. Is it preferred to just add the new methods at the end, or to insert the new methods in a particular order (in the objc patch, I put them near similar functions), and then bump up the ids of all the methods below that? --Aaron On Fri, Sep 16, 2011 at 11:59 PM, Arno Puder <ar...@pu...> wrote: > > first of all, thanks for your patch! > > Some quick comments: > >> 1) Implement java.lang.Iterable in xmlvm2objc >> http://xmlvm-reviews.appspot.com/163001/ > > This is fine, not however, that with the C backend you won't need to > implement anything from J2SE since we cross-compile Apache Harmony. > >> 2) Implement CGContext.selectFont and CGContext.setTextPosition >> http://xmlvm-reviews.appspot.com/164001/ > > Can you please implement the same API for the C backend as well? > (src/xmlvm2c/compat-lib/iphone) > > Thanks, > Arno > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > http://p.sf.net/sfu/rim-devcon-copy2 > _______________________________________________ > Xmlvm-developers mailing list > Xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-developers > |