[Lazarus] nonlcl basic issue: is codetools LCL dependent?
Michael Schnell
mschnell at lumino.de
Fri Jun 27 10:39:53 CEST 2014
On 06/27/2014 03:19 AM, Hans-Peter Diettrich wrote:
> Every clock tick increments the internal clock, and triggers all
> events...
This is exactly what I want to avoid.
Each active clock tick needs a system-mode / user-mode and back
transition. But the NoGUI Widget Type is done for small embedded
projects. here arch-independence, low latency and low processor demand
is critical. Hence I want to avoid any unnecessary system calls (that do
not result in calling any user-code event).
-Michael
More information about the Lazarus
mailing list