Changes between Initial Version and Version 2 of Ticket #4224


Ignore:
Timestamp:
2017-01-23T07:57:46+01:00 (8 years ago)
Author:
rfranke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4224 – Description

    initial v2  
    2929There are two problems:
    3030
    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.
    3232
    3333 2. The Cpp runtime generates no event for the when clause with common subexpression.