Discussion Board

Results 1 to 4 of 4
  1. #1
    Has anyone anymore ideas about what could cause the stuttering in execution speeds on the 6630,7610

    So far I've tried, removing all long Switch and If blocks but that hadd no effect, infact we have another game that has even longer blocks of conditional code that runs with no problems at all.

    It does seem to be a rather hit and miss problem, any ideas are most welcome

    Ade.

  2. #2
    Registered User a.szarka's Avatar
    Join Date
    May 2005
    Posts
    2
    Originally posted by AdyW_RP
    Has anyone anymore ideas about what could cause the stuttering in execution speeds on the 6630,7610

    So far I've tried, removing all long Switch and If blocks but that hadd no effect, infact we have another game that has even longer blocks of conditional code that runs with no problems at all.

    It does seem to be a rather hit and miss problem, any ideas are most welcome

    Ade.
    the noki

  3. #3
    Originally posted by a.szarka
    the noki
    hmmmm, that's helpful

  4. #4
    Registered User lhemming's Avatar
    Join Date
    May 2005
    Posts
    2
    It could be that the VM calls the GC during main loop.

    Don't allocate memory during main loop (simple usage of String class allocates memory "under the hood"). Call System.gc() just before your game start.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved