Commit graph

6 commits

Author SHA1 Message Date
Douglas Katzman 3991dc73d6 Return constant string from NATURALIZE if length is 0 2026-06-10 09:38:41 -04:00
Stas Boukarev aa2788ebf7 Skip a test 2026-06-10 06:44:25 +03:00
Douglas Katzman 007463a97a Improve receiving some C strings from foreign function on 64-bit Unicode
If the string's EF is :ASCII and the desired element-type is BASE-CHAR then just memcpy.
2026-06-09 23:06:59 -04:00
Stas Boukarev 5249a30f98 x86-64: fix dynbind for -sb-thread 2026-04-08 07:32:18 +03:00
Stas Boukarev 2d69723e12 Disable a test where it doesn't work. 2025-11-07 12:51:44 +03:00
Douglas Katzman 5a6a950991 Inline ALIEN-SAP if it wasn't eliminated in IR1
Functions which receive an ALIEN as an argument do not need an extra call
to read a slot (the SAP) from an instance of alien-value.
2025-11-07 00:19:34 +00:00