https://github.com/oracle/graalAll I really want though is a sane low level programming language or a sane version of C.
Re: Calling convention for ASM on Linux AMD64
Sean O'Connor via Digitalmars-d-learn Sat, 18 Aug 2018 05:06:01 -0700
Okay, cool, thanks for the information. The main reason for
using D versus Java for me at the moment is that array slices
allow me avoid lots of intermediate buffers that Java is forcing
me to use.
Also the line count is about 2/3 of Java. Further I can directly
embed any assembly language I need, rather than using JNI.
Maybe some day a version of D for graal can be written, though
you would lose native assembly language.
- Calling convention for ASM on Linux... Sean O'Connor via Digitalmars-d-learn
- Re: Calling convention for ASM... Eugene Wissner via Digitalmars-d-learn
- Re: Calling convention for... Eugene Wissner via Digitalmars-d-learn
- Re: Calling convention... Sean O'Connor via Digitalmars-d-learn