-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate allocation and release code
Instead of allocations and releases calling functions provided by the runtime library (inko_alloc() and inko_free()), the compiler now generates the underlying code directly. Depending on the program used, this can improve performance by 3-5%. While this isn't significant, it's an easy win and help reduces the amount of code provided by the runtime library. See #542 for more details. Changelog: performance
- Loading branch information
1 parent
1536f59
commit ecbe1a6
Showing
13 changed files
with
269 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.