This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/2] jit: add switch statements


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]