Differences From Artifact [1890cd44bc]:
- File
PLATFORMS.md
— part of check-in
[6eb65587bc]
at
2024-08-23 23:23:12
on branch trunk
— Move platforms from wiki back to PLATFORMS.md
This way, it's possible to see which release supported which platforms. (user: js, size: 6068) [annotate] [blame] [check-ins using]
To Artifact [1d3c9cc7d2]:
- File PLATFORMS.md — part of check-in [514c38d5f7] at 2024-08-30 20:37:43 on branch trunk — PLATFORMS.md: Add ARM64/Win64 to forwarding (user: js, size: 6078) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
236 237 238 239 240 241 242 | As forwarding needs hand-written assembly for each combination of CPU architecture, executable format and calling convention, it is only available for the following platforms (except resolveClassMethod: and resolveInstanceMethod:, which are always available): * AMD64 (SysV/ELF, Apple/Mach-O, Mach-O, Win64/PE) * ARM (EABI/ELF, Apple/Mach-O) | | | 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 | As forwarding needs hand-written assembly for each combination of CPU architecture, executable format and calling convention, it is only available for the following platforms (except resolveClassMethod: and resolveInstanceMethod:, which are always available): * AMD64 (SysV/ELF, Apple/Mach-O, Mach-O, Win64/PE) * ARM (EABI/ELF, Apple/Mach-O) * ARM64 (ARM64/ELF, Apple/Mach-O, Win64/PE) * LoongArch 64 (ELF) * MIPS (O32/ELF, EABI/ELF) * MIPS64 (N64/ELF) * PowerPC (SysV/ELF, EABI/ELF, Apple/Mach-O) * PowerPC 64 (SysV/ELF, SysV/ELF v2) * RISC-V 64 (ELF) * SPARC (SysV/ELF) |
︙ | ︙ |