iphone + LDC, a new ARM adventure

Dan Olson zans.is.for.cans at yahoo.com
Mon Jan 6 08:22:16 PST 2014


Jacob Carlborg <doob at me.com> writes:

> You could try and compare it with x86 64bit code. C++ code on x86
> 64bit is using DWARF-based exception handling. You can see if that
> code contains anything related to SLJL.
>
> Also Objective-C on x86 32bit uses SLJL but on 64bit is uses DWARF.

Yes, I've been studing the assembly from various working triples.
I like that LLVM can have all the targets built in so it can be as simple
as just changing a -target on clang.


More information about the digitalmars-d-ldc mailing list