From: Matthias T. <mt...@we...> - 2013-02-16 19:13:31
|
Hi, > I like these "critical[" "]critical" words, much better than int_suspend > and int_restore, but I prefer their current asm code implementation > since one would like to keep the criticial code execution to the > minimum. A critical section frame is not particular speed sensitve. It simply turns off interrupts temporarily. A small forth implementation that one can understand is far more valuable. Code _within_ that critical section should be as small and fast as possible indeed. But again: maintainable forth code is of higher value than some cryptic assembler magic.. IMHO. Matthias |