3.2.7.1 In-memory compilation

C++ Function: gcc_jit_result *gccjit::context::compile ()

This calls into GCC and builds the code, returning a gcc_jit_result *.

This is a thin wrapper around the gcc_jit_context_compile() API entrypoint.