[ http://issues.apache.org/jira/browse/AXIS2C-473?page=comments#action_12459936 ] James Clark commented on AXIS2C-473: ------------------------------------
We should certainly get rid of the ops struct where we do not need it, but I think that's a separate issue. Whenever we do still have an ops struct, it should be dynamically allocated. BTW, I think OM probably does need an ops structure. > Statically allocate ops structs > ------------------------------- > > Key: AXIS2C-473 > URL: http://issues.apache.org/jira/browse/AXIS2C-473 > Project: Axis2-C > Issue Type: Improvement > Affects Versions: Current (Nightly) > Reporter: James Clark > > At the moment, there is a separate dynamically-allocated ops struct for each > object. The point of separating the ops struct from the object is to allow > the ops struct to be statically allocated and shared between all objects of > the same class. Fixing this would significantly reduce memory usage. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
