diff options
author | Joseph Huber <huberjn@outlook.com> | 2024-11-19 21:56:10 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-19 21:56:10 -0600 |
commit | 27d25d1c12a34d0cfd47416e77cd83b7b768f1e7 (patch) | |
tree | 5be63d6ce27131584757965356e5f3cf9928eb91 /clang/lib/Format/UnwrappedLineParser.cpp | |
parent | 4f1b20f023626a2ae9aab627e918974ce81199fe (diff) | |
download | llvm-27d25d1c12a34d0cfd47416e77cd83b7b768f1e7.zip llvm-27d25d1c12a34d0cfd47416e77cd83b7b768f1e7.tar.gz llvm-27d25d1c12a34d0cfd47416e77cd83b7b768f1e7.tar.bz2 |
[libc] Increase RPC opcode to 32-bit and use a class byte (#116905)
Summary:
Currently, the RPC interface uses a basic opcode to communicate with the
server. This currently is 16 bits. There's no reason for this to be 16
bits, because on the GPU a 32-bit write is the same as a 16-bit write
performance wise.
Additionally, I am now making all the `libc` based opcodes qualified
with the 'c' type, mimiciing how Linux handles `ioctls` all coming from
the same driver. This will make it easier to extend the interface when
it's exported directly.
Diffstat (limited to 'clang/lib/Format/UnwrappedLineParser.cpp')
0 files changed, 0 insertions, 0 deletions