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

Formale Metadaten

Titel
8-bit Character support on architectures were the smallest addressable unit size is 64-bit in Clang and LLVM
Untertitel
8-bit characters in VIAMPP
Serientitel
Anzahl der Teile
287
Autor
Mitwirkende
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr2022
SpracheEnglisch

Inhaltliche Metadaten

Fachgebiet
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.