From: <no...@at...> - 2005-03-16 15:53:04
|
The following comment has been added to this issue: Author: Max Rydahl Andersen Created: Wed, 16 Mar 2005 9:51 AM Body: then maybe just switch it be off by default - and let the few and proud 1.3 users enable it and let the "crowd" not worry about it ,) --------------------------------------------------------------------- View this comment: http://opensource.atlassian.com/projects/hibernate/browse/HHH-227?page=comments#action_16536 --------------------------------------------------------------------- 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 9:51 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 |