A forum for Spin users
You are not logged in.
Pages: 1
this version contains a couple of bug fixes:
- fixed bug in handling of the new 'set_priority' call. priorities were not
properly restored during the depth-first search, which could lead to
strange verification results.
- fixed a bug that prevented use of parallel bfs in combination with collapse
compression. the combination isn't really recommended, but at least it
shouldn't crash of course... (the recommended mode for parallel bfs is
the default storage mode, which ias based on hashcompact, or bitstate).
- added missing "extern YYSTYPE yylval;" in reprosrc.c, which prevented
compilation in some platforms
- added warning against the use of hidden variables when using bfs
- excluded run statements from statement merging, to secure correctness
when priority tags are used
- omitted the message type field in data-packets exchanged with other cores
in parallel bfs mode, in those modes where the type field can be deduced
from other parts of the data, to reduce memory needed for the bfs queues
Offline
Pages: 1