ladybird/Userland
Dennis Camera e007c24ec9 LibJS: Implement extract_pointer_bits for ppc64
On PowerPC 64 pointers can use all 64 bits, however by convention on
Linux user-space addresses use only the lower 43 bits.
I'm not 100% certain that the masking off of the 16 high bits is the
proper solution, but it matches the rest of the LibJS code which assumes
pointers only use the lower 48 bits.

https://www.kernel.org/doc/ols/2001/ppc64.pdf
2024-07-10 11:04:46 -06:00
..
Libraries LibJS: Implement extract_pointer_bits for ppc64 2024-07-10 11:04:46 -06:00
Services LibWeb: Create separate DedicatedWorkerGlobalScope class 2024-07-10 07:04:53 +02:00
Utilities LibWasm: Give names to functions exported to JS via ref.func 2024-07-10 00:37:18 +02:00