[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] memp_sanity() insane
From: |
kuwa |
Subject: |
Re: [lwip-devel] memp_sanity() insane |
Date: |
Thu, 26 Feb 2004 19:55:05 +0900 (LMT) |
From: address@hidden
Subject: [lwip-devel] memp_sanity() insane
Date: Thu, 26 Feb 2004 10:13:17 +1100 (EST)
> Just looking doing some profiling on our system, and noticed that
> memp_sanity() was using over 90% of cpu time (of the entire system!). It
Hi,
With regard to sys_timeout timer and its performance impact,
some while ago I tried to fully replace memp.c implementation with
uC/OS-II's fixed sized memory allocator.
(I have been using lwIP on uC/OS-II.)
This full replacement is fairy effective for performance.
Just now I tried your point...
Oh! performance result is almost same as memp full replacement!
Of course disabling memp_sanity() is better than my workaround from
the perspective of portablility.
Thank you, Luke.
--
Shuji KUWAHARA