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

Add GCC support #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Add GCC support #1

wants to merge 4 commits into from

Conversation

Spartan322
Copy link
Member

@Spartan322 Spartan322 commented Nov 3, 2023

Add MSVC support (untested)

Only big issue with this is running with optimizations is required, else it breaks many things, not least of which is the expected tail call optimizations. Tail call optimizations are forced on clang thanks to musttail, GCC (and likely MSVC) however cannot presume this below O2 as they don't allow you to require tail call optimizations.

@Spartan322 Spartan322 added the enhancement New feature or request label Nov 3, 2023
@Spartan322 Spartan322 force-pushed the add/gcc-and-msvc-support branch from f10b05e to e488c1b Compare November 5, 2023 04:57
Add MSVC support
@Spartan322 Spartan322 force-pushed the add/gcc-and-msvc-support branch from e488c1b to 227931a Compare July 21, 2024 17:34
@Spartan322 Spartan322 force-pushed the add/gcc-and-msvc-support branch 24 times, most recently from 660fe3e to ce3a7fd Compare July 29, 2024 16:11
@Spartan322 Spartan322 force-pushed the add/gcc-and-msvc-support branch 5 times, most recently from 9d1e0a8 to 56e3e75 Compare July 29, 2024 17:08
@Spartan322 Spartan322 force-pushed the add/gcc-and-msvc-support branch from 56e3e75 to 6f18e38 Compare July 29, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant