Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kiedtl opened this issue Sep 9, 2024 · 0 comments
Open

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

kiedtl opened this issue Sep 9, 2024 · 0 comments
Labels
good first issue Good for newcomers lang-enhance Enhance existing language feature stdlib

Comments

@kiedtl
Copy link
Owner

kiedtl commented Sep 9, 2024

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

@kiedtl kiedtl added lang-new New language feature proposal good first issue Good for newcomers stdlib lang-enhance Enhance existing language feature and removed lang-new New language feature proposal labels Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers lang-enhance Enhance existing language feature stdlib
Projects
None yet
Development

No branches or pull requests

1 participant