Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 07/04/24 in Posts

  1. That post is extremely difficult to understand. Documentation is here: https://docwiki.embarcadero.com/RADStudio/Athens/en/Methods_(Delphi)#Overriding_versus_Hiding No, the purpose of reintroduce is to suppress the compiler's warning that you are hiding the inherited method. It is a way for you to tell the compiler that you know what you are doing and to not bother you about it.
  2. Dave Novo

    Parallel.For optimization

    There is also FastMM5. However, I would suggest looking at your code and figuring out a way to allocate required memory (even if you have to overallocate) and minimize/eliminate heap memory allocations during the threading code.
  3. Brian Evans

    Quality Portal: View my reports?

    The person silhouette in the top right, Requests then in the results change the All drop down to Created by me.
  4. stephane

    Parallel.For optimization

    Thanks a lot for the hint. I found a way to display the caller and it seems that many calls are coming from the system managing the memory: Not sure how to take it from here though.
  5. Sherlock

    Problems closing IDE

    GExperts has the Expert Manager to do just that. Perhaps give it a try.
  6. I managed to get the demo working, I didn't realize I have to add the ".jar" file in "Projects" too, thanks again
×