Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-139282

Introduce Higher level IR

XMLWordPrintable

      Currently IR is mostly consisting of the data objects defined in QV4::CompiledData , which is rather low-level representation. It's optimized for the size because of the serialization and de-serialization of CUs, however that could be just corresponding methods / Serializer & Deserializer "visitors"
      The benefits would hopefully be easier reuse of the structures and transformation/mapping between them (for example AST -> HIR )
      This will hopefully also increase reliability by moving away from the multiple raw-pointer manipulations and outdated structs like "PoolList"-s etc.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qtqmlteam Qt Qml Team User
            dima.a Dmitrii Akshintsev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes