This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 2/2] jit: add switch statements
- From: Jeff Law <law at redhat dot com>
- To: David Malcolm <dmalcolm at redhat dot com>, gcc-patches at gcc dot gnu dot org, jit at gcc dot gnu dot org
- Date: Thu, 25 Jun 2015 13:16:40 -0600
- Subject: Re: [PATCH 2/2] jit: add switch statements
- Authentication-results: sourceware.org; auth=none
- References: <558A846C dot 70003 at starynkevitch dot net> <1435259621-45194-1-git-send-email-dmalcolm at redhat dot com> <1435259621-45194-2-git-send-email-dmalcolm at redhat dot com>
On 06/25/2015 01:13 PM, David Malcolm wrote:
* It extends the libgccjit API. It's not clear to me yet how to
manage extensions of the libgccjit API: should I use symbol maps
and versioning, or bump the SONAME? I'm thinking of providing
precanned feature macros within libgccjit.h e.g:
#define LIBGCCJIT_HAVE_SWITCH_STATEMENT
Seems to me you should use a symbol map and bump the version.
jeff