C2: Fix the memory around some intrinsics nodes

XMLWordPrintable

      There are some issues with the intrinsics nodes:

      - AryEqNode reports adr_type being TypeAryPtr::BYTES (it inherits this from StrIntrinsicNode). This is incorrect, however, as it can accept char[] inputs, too.

      - For nodes such as StrInflatedCopyNode, as it consumes more than it produces, during scheduling, we need to compute anti-dependencies. This is not the case, so we should fix it by making it kill all the memory it consumes.

            Assignee:
            Quan Anh Mai
            Reporter:
            Quan Anh Mai
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: