Skip to content

Enable tail-call optimizations by default - #92

Merged
orsinium merged 1 commit into
firefly-zero:mainfrom
applejag:patch-2
Sep 1, 2026
Merged

Enable tail-call optimizations by default#92
orsinium merged 1 commit into
firefly-zero:mainfrom
applejag:patch-2

Conversation

@applejag

@applejag applejag commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Micro-optimization.

I was looking through wasmi's supported set of features, cross referencing with LLVM's list of features, to see if applying any more of them makes any difference.

The tail-call feature is the only one where I saw an actual difference.

Closes #91

@orsinium
orsinium merged commit 826eaeb into firefly-zero:main Sep 1, 2026
3 checks passed
@orsinium

orsinium commented Sep 1, 2026

Copy link
Copy Markdown
Member

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider enabling +tail-call on TinyGo builds

2 participants