[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Clang/LLVM migration roadmap
From: |
Riccardo Mottola |
Subject: |
Re: Clang/LLVM migration roadmap |
Date: |
Mon, 14 Feb 2022 17:28:50 +0100 |
User-agent: |
Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 SeaMonkey/2.53.10.2 |
Hi,
Hugo Melder wrote:
> Mainly Windows support and some signature differences between Apple's
> runtime (private APIs etc). The libobjc2 github repository keeps track
> of that in the issues segment.
I wonder if - besides ARC which is a compiler feature - we could make
the GCC runtime more compatible with libobcj2. That is perhaps, the same
signature, object representation, even if it has a subset of features?
Could prove interesting. It would mean a switch as major library version
in libobjc1, but not an issue: new compiler, new version. Happened
already in the past.
Riccardo
Re: Clang/LLVM migration roadmap, Riccardo Mottola, 2022/02/09
Re: Clang/LLVM migration roadmap, Riccardo Mottola, 2022/02/13