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

disassemble() #218

Closed
ViralBShah opened this issue Oct 15, 2011 · 2 comments
Closed

disassemble() #218

ViralBShah opened this issue Oct 15, 2011 · 2 comments
Assignees

Comments

@ViralBShah
Copy link
Member

Would be nice to have a disassemble() routine, and document in the manual the functions that show the AST, the inference results, and generated LLVM code.

@ghost ghost assigned StefanKarpinski Oct 15, 2011
@StefanKarpinski
Copy link
Sponsor Member

There's some ambiguity in the name since disassemble() could possibly show LLVM "assembly code" or real assembly code. I'm not sure how feasibly even showing the real assembly code for a function would be, but in case we can ever do it, we may want to preemptively avoid a name clash. Of course, we could always just add an option at that point.

@tautologico
Copy link
Contributor

Is there a function to get the LLVM code compiled for a function already? Which is it?

StefanKarpinski pushed a commit that referenced this issue Feb 8, 2018
* adds fieldoffset, fixes #218

* fixes fieldoffset to return a UInt

* fixes fieldoffset on v0.3
KristofferC added a commit that referenced this issue Mar 23, 2018
(cherry picked from commit 8ce1240fc2080eabff022a05bc5b17ed03c4c2b5)
LilithHafner pushed a commit to LilithHafner/julia that referenced this issue Oct 11, 2021
indexin() returns the last matching index, while findat() returns the first one.
In practice this distinction is not always useful for callers, keep the old code
to prevent breakage and leave users time to adapt.
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

No branches or pull requests

4 participants