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

Remove cross platform compatibility code for inline assembler #86

Open
1 task
marenz2569 opened this issue Nov 5, 2024 · 0 comments
Open
1 task

Remove cross platform compatibility code for inline assembler #86

marenz2569 opened this issue Nov 5, 2024 · 0 comments
Labels
backlog technical debt Backlog of things that should be improved in the code-base

Comments

@marenz2569
Copy link
Collaborator

Currently we rely on inline assembler that has a different syntax across compilers of major operating systems (see include/firestarter/WindowsCompat.hpp). For the currently supported ISAs we can replace the inline assembly calls with functions we construct using asmjit assembler.

DoD

  • Remove compatibility code for inline assembly with function created using asmjit that do not cause compatibility problems across different compilers.
@marenz2569 marenz2569 added the backlog technical debt Backlog of things that should be improved in the code-base label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog technical debt Backlog of things that should be improved in the code-base
Projects
None yet
Development

No branches or pull requests

1 participant