This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

no tasks?

so i explain. the application is very conplicated. atm it got 223 tasks but it will get more. ride51 has the code compresser. does uvision? i mean i want each task uncompress when it runs. how?
wait for the reply now.

Parents
  • Let task 224 contain pkzip, winrar, zoo or maybe lzh.

    Patch the task switcher to decompress on every task switch - after all, with 223+ tasks, the average task should be quite small.

    Potentially improve the performance by allocating 4MB cache for recently decompressed tasks in an LRU memory structure.

Reply
  • Let task 224 contain pkzip, winrar, zoo or maybe lzh.

    Patch the task switcher to decompress on every task switch - after all, with 223+ tasks, the average task should be quite small.

    Potentially improve the performance by allocating 4MB cache for recently decompressed tasks in an LRU memory structure.

Children