Command: testsuite::test_fast_operators

NEST HelpDesk Command Index NEST Quick Reference
Name:
testsuite::test_fast_operators - ensures that internal operators do not check number of argument
Synopsis:
(test_fast_operators) run
Description:
User level operators like add and pop in SLI are safe in the sense that a StackUnderflow error is
raised if the stack does not contain a sufficient number of arguments. The user can then inspect the
state of the interpreter and solve the problem. In machine generated SLI code, however, checking the
number of arguments is unnecessary.
Author:
Diesmann
FirstVersion:
090227
Source:
/var/www/debian/nest/nest-simulator-2.20.0/testsuite/unittests/test_fast_operators.sli
NEST HelpDesk Command Index NEST Quick Reference

© 2004 The NEST Initiative