Kuba Mracek
|
e68195b8f2
|
[embedded] Avoid using UInt64 in int->string code (which triggers allocations on 32-bit systems)
|
2024-05-12 22:11:40 -07:00 |
|
Kuba Mracek
|
7ae20b7039
|
[embedded] Port Swift.String to embedded Swift
|
2024-05-08 11:11:37 -07:00 |
|
Yuta Saito
|
7a205dca32
|
[embedded] Use @_extern(c) instead of @_silgen_name for putchar
|
2024-04-11 02:55:23 +00:00 |
|
Kuba Mracek
|
43a9a80e60
|
[embedded] Hardcode radix=10 in embedded print()
|
2024-01-13 21:35:37 +01:00 |
|
Kuba Mracek
|
a565d1ab85
|
[embedded] Make embedded print() not depend on untyped throwing and allocations
|
2024-01-13 21:35:37 +01:00 |
|
Kuba Mracek
|
8dd56d495f
|
[embedded] Use the correct standard putchar signature: func putchar(_: CInt) -> CInt
|
2024-01-13 21:35:37 +01:00 |
|
Kuba Mracek
|
75f0e3c66a
|
[embedded] Add a stop-gap print() for embedded Swift
|
2024-01-13 21:35:36 +01:00 |
|