Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-2388

Compilation failure functions without return clause

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • SystemML 1.2
    • None
    • None

    Description

      The IPA rewrite for inlining small functions currently leads to invalid hops in case of special cases of no returns and remaining transient writes from previous sequence of statement blocks that are combined into a single block.

      foo = function (String msg) {
          verbose = FALSE
          if (verbose)
              print(msg)
      }
      
      foo("This is an test error message.")
      

      Attachments

        Activity

          People

            mboehm7 Matthias Boehm
            mboehm7 Matthias Boehm
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: