On 28 January 2010 11:21, [email protected] <[email protected]> wrote:
> Piwai, > > Guice's AOP support needs runtime generation of bytecode. On the JVM, > this is JVM bytecode, which cglib writes just fine. But we don't > currently have an appropriate API to do runtime generation of Dalvik > bytecode. > > I've opened a Dalvik bug to request such an API. If you think it's a > good idea, please star the bug. The number of people who have starred > an issue impacts its prioritization! > http://code.google.com/p/android/issues/detail?id=6322 > a Dalvik bytecode generator would be cool, I thought about adapting ASM to do this last year: http://code.google.com/p/peaberry/issues/detail?id=31 but unfortunately since then I've had no spare time to investigate further... > -- > You received this message because you are subscribed to the Google Groups > "google-guice" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-guice%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-guice?hl=en. > -- Cheers, Stuart -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
