Changes between Version 3 and Version 4 of PrimBool
- Timestamp:
- 01/25/13 02:02:56 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PrimBool
v3 v4 31 31 During the compilation process (assuming the optimizations are turned on) the definition of `(||)` gets inlined and then case-of-case transform is performed succesively. This results in following Core (cleaned up for clarity): 32 32 33 {{{ 33 34 case <# x 0 of _ { 34 35 False -> … … 47 48 True -> E1 48 49 }; 50 }}} 49 51 50 52 and in following assembler code:
