Bug #49
Operator '|' between booleans not defined into predefined.anubis
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | General | |||
Target version: | 1.x | |||
Platform: | Triage Stage: | |||
Resolution: |
Description
The OR operation between two booleans isn't defined into predefined.anubis, but into 'tools/basis.anubis'
I think this causes two problems.
First, this is strange (from user point of view) to not have the OR operation between Booleans, while the AND is defined. And it may take some time to think about including 'tools/basis.anubis'.
Secondly, this is a performance drawback because an additional function (not()) needs to be called for a very basic operation implemented directly into all processors over the world.