Add Implemented status for the "Native Attribute for Functions" RFC (#47)

This commit is contained in:
Aviral Goel 2024-07-22 13:18:48 -07:00 committed by GitHub
parent 65551e937a
commit b57bf48689
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,7 @@
# Native Attribute for Functions
**Status**: Implemented
## Summary
This RFC proposes a function-level `@native` attribute to request native compilation for individual functions, independent of the script-level `--!native` comment directive.