Author: David Malcolm <[email protected]> Branch: libgccjit-backend Changeset: r75020:5d890f2ddecd Date: 2014-12-18 12:17 -0500 http://bitbucket.org/pypy/pypy/changeset/5d890f2ddecd/
Log: Document the changes to libgccjit that I need to merge diff --git a/rpython/jit/backend/libgccjit/notes.rst b/rpython/jit/backend/libgccjit/notes.rst new file mode 100644 --- /dev/null +++ b/rpython/jit/backend/libgccjit/notes.rst @@ -0,0 +1,16 @@ +This is an experiment, and merely a work-in-progress. + +In particular, this needs some changes to libgccjit that are currently +only in my local repo: + + * new API entrypoints: + + * :c:func:`gcc_jit_result_get_global` + + * :c:func:`gcc_jit_context_new_rvalue_from_long` + + * a new value :c:macro:`GCC_JIT_UNARY_OP_ABS` within + :c:type:`enum gcc_jit_unary_op`. + + * an extra param to :c:func:`gcc_jit_context_new_global` + (enum gcc_jit_global_kind). _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
