Changes between Initial Version and Version 1 of Ticket #5952, comment 12


Ignore:
Timestamp:
2020-05-14T23:12:50+02:00 (4 years ago)
Author:
Karim.Abdelhak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5952, comment 12

    initial v1  
    44> Also, I'm not sure what "memory allocation" actually means - does it mean it is not released until the end of the process? Otherwise, if memory is allocated and deallocated but the time does not grow, do we actually care?
    55
    6 afaik it refers to general memory allocation which is an indicator for inefficient code i guess. But as i said, i moved an entire module which was isolated before to the matching module so it is expected. Also it has to allocate quite the amount of primitive integer arrays which drives up the count.
     6afaik it refers to general memory allocation (not to unreleased allocation) which is an indicator for inefficient code i guess. But as i said, i moved an entire module which was isolated before to the matching module so it is expected. Also it has to allocate quite the amount of primitive integer arrays which drives up the count.
    77
    88If there is no reduction in overall time it should be fine, but it might still be worse for some cases. Where can i find the results?