History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GRAILS-613
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Graeme Rocher
Reporter: Marc Palmer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Grails

New EMC based method injection looks extremely inefficient against old XXXDynamicMethod(s)

Created: 16/Jan/07 03:39 PM   Updated: 30/Jan/07 02:06 PM
Component/s: None
Affects Version/s: 0.4
Fix Version/s: 0.4

Time Tracking:
Not Specified


 Description  « Hide
It looks like every time a dynamic method is called, a new instance of the dynamic method object is instantiated.

Previously I believe this was only occuring once per object instance.

Surely these methods are required only once per target object instance?



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Marc Palmer - 17/Jan/07 03:07 AM
This issue is in reference to dynamic methods like bindData