Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace {u,}int_least64_t with {u,}int64_t #6239

Merged
merged 1 commit into from
Aug 3, 2023
Merged

Conversation

derekbruening
Copy link
Contributor

@derekbruening derekbruening commented Aug 3, 2023

Replaces the {u,}int_least64_t types used throughout the drcachesim code base with the more-precise {u,}int64_t types. We were treating them as 64-bit anyway in our printf codes and other places, and all our supported toolchains have precise 64-bit types.

Adds a note to the release docs on the change.

Replaces the {u,}int_least_64_t types used throughout the drcachesim
code base with the more-precise {u,}int64_t types.  We were treating
them as 64-bit anyway in our printf codes and other places, and all
our supported toolchains have precise 64-bit types.

Adds a note to the release docs on the change.
@derekbruening derekbruening requested a review from ivankyluk August 3, 2023 02:30
@derekbruening derekbruening changed the title Replace {u,}int_least_64_t with {u,}int64_t Replace {u,}int_least64_t with {u,}int64_t Aug 3, 2023
@derekbruening derekbruening merged commit e1d2734 into master Aug 3, 2023
@derekbruening derekbruening deleted the iX-replace-least64 branch August 3, 2023 19:47
kuhanov added a commit that referenced this pull request Aug 10, 2023
…om/DynamoRIO/dynamorio into aarch64_instruction_categorization

* 'aarch64_instruction_categorization' of https://github.com/DynamoRIO/dynamorio:
  i#5843 scheduler: Use input instead of tid in launcher (#6255)
  i#5490 ib targets: Add memref ind branch target field (#6250)
  i#5843 scheduler: Add API to disable an output stream (#6243)
  Revert "i#5490 ind br tgt: Stop skip and switch at target marker (#6241)" (#6248)
  i#725 attach: Remove flakiness from attach test (#6244)
  i#5843 scheduler: Add query of input workload (#6246)
  i#5490 ind br tgt: Stop skip and switch at target marker (#6241)
  Replace {u,}int_least64_t with {u,}int64_t (#6239)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants