Reentrency Option

Post your requests and ideas on the future development of mikroC PRO for PIC.
Post Reply
Author
Message
PeterA
Posts: 127
Joined: 02 Jul 2008 11:01

Reentrency Option

#1 Post by PeterA » 05 Feb 2011 12:35

A compiler option to disable reentrancy checking.
It would be good to get a warning that a function is called from booth interrupt and main loop but not stop the compiler.
Today, if only the initiation is done from main loop at startup and every thing else is done from interrupt routines you have a problem with reentrancy, but as you have full control of it then it would be good to be able to disable the reentrancy check.

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

Re: Reentrency Option

#2 Post by zristic » 06 Feb 2011 20:28

I am not sure we will support this in the future, simply it would take a lot of work to modify linker code.

Post Reply

Return to “mikroC PRO for PIC Wish List”