[llvm-dev] [PATCH] Obsolete WebKit Calling Convention
Vedant Kumar via llvm-dev
llvm-dev at lists.llvm.org
Tue Aug 23 11:34:36 PDT 2016
Makes sense to me.
Watch out for the binary bitcode compatibility files for 3.{6,7,8}. We should
be able to rewrite 'webkit_jscc' to 'cc<n>', and should update the calling
convention enums to make sure that that <n> isn't reused.
vedant
> On Aug 23, 2016, at 9:49 AM, Juergen Ributzka via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Hi @ll,
>
> I would like to obsolete and completely remove the WebKit Calling Convention. The CC was originally added for FTL and there are no other users I am aware off. Since WebKit moved away from LLVM a while ago I don’t see the need to keep the dead code around anymore.
>
> Please let me know if anyone happens to use this calling convention or has any objection with removing it.
>
> Thanks
>
> Cheers,
> Juergen
>
> <0001-Obsolete-WebKit-Calling-Convention.patch>
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
More information about the llvm-dev
mailing list