More Resources
Recent Papers
Browse by Technology
Dev Log Archives
Developer Center |
[GNAT] New restriction: No_Dispatching_Calls
Wednesday February 1, 2006
This restriction ensures at compile time that the code generated by the compiler has no dispatching calls. The use of this restriction allows the safe use of tagged record extensions and membership tests to write code that does not have dispatching calls.
Posted
in Development Log, GNAT Compilation System


