We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

8-bit Character support on architectures were the smallest addressable unit size is 64-bit in Clang and LLVM

Formal Metadata

Title
8-bit Character support on architectures were the smallest addressable unit size is 64-bit in Clang and LLVM
Subtitle
8-bit characters in VIAMPP
Title of Series
Number of Parts
287
Author
Contributors
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date2022
LanguageEnglish

Content Metadata

Subject Area
Genre
Abstract
Clang and LLVM have a great history of supporting a great variety of CPUs, from 8- to 64-bits assuming they all have a smallest size of an addressable unit of 8-bits words. Despite the fact that a lot of types and there alignment can be defined with the “target datalayout” string, the “character” and “short” type have been hard-coded into clang and llvm.