kiedtl / finwe

A concatenative language for the Uxn VM with full compiler-enforced stack safety.
MIT License
35 stars 0 forks source link

Use `.System/expansion*` commands for memset, memcpy #8

Open kiedtl opened 1 month ago

kiedtl commented 1 month ago

Would be interesting to see if static analysis could be done to use either the manual mem{copy,set} or the .System/expansion commands, depending on which is faster (assuming the manual one is faster in any case).

Barring that, there'd be separate sysmemcpy & sysmemset functions