Uploaded image for project: 'Apache Lucy-Clownfish'
  1. Apache Lucy-Clownfish
  2. CLOWNFISH-15

Method OFFSET vars should be uint32_t instead of size_t

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.5.0
    • None
    • None

    Description

      To save a little space on 64-bit systems, the global OFFSET variables we use to store offsets into vtables should be uint32_t instead of size_t. We'll never need to support so many methods on a given class that we exceed the capacity of a uint32_t.

      Attachments

        Activity

          People

            nwellnhof Nikolas Wellnhofer
            marvin Marvin Humphrey
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: