From: <no...@at...> - 2005-03-16 16:15:56
|
The following comment has been added to this issue: Author: Max Rydahl Andersen Created: Wed, 16 Mar 2005 10:14 AM Body: im on the fieldresult stuff at the moment ... (i'll take it if i can afterwards) --------------------------------------------------------------------- View this comment: http://opensource.atlassian.com/projects/hibernate/browse/HHH-227?page=comments#action_16540 --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/browse/HHH-227 Here is an overview of the issue: --------------------------------------------------------------------- Key: HHH-227 Summary: remove reflection optimizer Type: Improvement Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: Hibernate3 Assignee: Reporter: Juozas Baliuka Created: Wed, 16 Mar 2005 1:20 AM Updated: Wed, 16 Mar 2005 10:14 AM Description: Probably it is a good time to drop "reflection_optimizer" (or to dissable it by default), SUN JVM generates code since jdk 1.4.2 to optimize native calls in reflection itself, double code generation just wastes memory (cglib is bit faster, but difference is too trivial to be usefull for data access). This stuff confuses users. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |