Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 393
    • Issues 393
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 24
    • Merge requests 24
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Merge requests
  • !348

Draft: Change T_int to long so we can use larger arrays.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Thomas Koopman requested to merge int2long into develop Feb 17, 2025
  • Overview 1
  • Commits 3
  • Changes 24

Changed T_int, Integer (ast) to long so we can index arrays larger than 16 GiB. The purpose of this branch is not to be merged per se, but to chase the C compiler down the rabbit hole. With -Wall -Werror, it will point exactly to the places where C-code interfaces with the T_int and Integer types, so it becomes trivial, but time-consuming to fix. Once that is done, we can put the T_int back to int and use the diff to indentify the places where we need to replace it by T_long.

Edited Feb 17, 2025 by Thomas Koopman
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: int2long