You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
This is a good place to start but, depending on the code that you have, you may have to tweak the assembly output further. Note that there are a ton of compiler flag options so it is pretty much undoable to say what will always work best in certain cases (or give slightly better or worse performance).
Note that in the example above the at&t syntax is used whereas c2goasm requires intel syntax.
Hope this helps, let us know if you have any further questions.
What are the best clang and gcc flags for getting everything to work well in c2goasm?
I should be clarify. I attempting to reproduce how to build the example in a way that resembles the method for influxdata.com's apache-arrow golang implementation:
https://www.influxdata.com/blog/influxdata-apache-arrow-go-implementation/
https://github.com/influxdata/arrow
I answered my own question.
github.com/influxdata/arrow/
holds a thorough example of c2goasm usage.
Here's the output of the influxdata/arrow/ build:
Here is an example from start to finish for others to follow:
The text was updated successfully, but these errors were encountered: