Changes between Initial Version and Version 2 of Ticket #4224
- Timestamp:
- 2017-01-23T06:57:46Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4224 – Description
initial v2 29 29 There are two problems: 30 30 31 1. The backend introduces a common subexpression for `integer((time - startTime)/period)`, even though it only appears once and an integer division hardly justifies the overhead of a common subexpression.31 1. The backend introduces a common subexpression for `integer((time - startTime)/period)`, even though it only appears once and the expression hardly justifies the overhead of a common subexpression. 32 32 33 33 2. The Cpp runtime generates no event for the when clause with common subexpression.