This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[jit] Update TODO for jit.
- From: David Malcolm <dmalcolm at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org, jit at gcc dot gnu dot org
- Cc: David Malcolm <dmalcolm at redhat dot com>
- Date: Tue, 15 Oct 2013 20:19:56 -0400
- Subject: [jit] Update TODO for jit.
- Authentication-results: sourceware.org; auth=none
Committed to dmalcolm/jit branch
---
gcc/jit/ChangeLog.jit | 4 ++++
gcc/jit/TODO.rst | 11 ++---------
2 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/gcc/jit/ChangeLog.jit b/gcc/jit/ChangeLog.jit
index d998134..18101f1 100644
--- a/gcc/jit/ChangeLog.jit
+++ b/gcc/jit/ChangeLog.jit
@@ -1,3 +1,7 @@
+2013-10-15 David Malcolm <dmalcolm@redhat.com>
+
+ * TODO.rst: Update.
+
2013-10-14 David Malcolm <dmalcolm@redhat.com>
* libgccjit.map: Alphabetize the exported symbols.
diff --git a/gcc/jit/TODO.rst b/gcc/jit/TODO.rst
index 65d4dc8..feb4d2b 100644
--- a/gcc/jit/TODO.rst
+++ b/gcc/jit/TODO.rst
@@ -13,13 +13,6 @@ TODOs:
* unions
* function ptrs
-* demo of JIT-compilation of a bytecode interpreter:
- https://github.com/davidmalcolm/jittest
- (move this into tree, as an example)
-
-* wiring up testing into a DejaGNU testsuite, rather than testing it
- by hand.
-
* docs
* fixing all the state issues
@@ -28,8 +21,8 @@ TODOs:
* try porting llvmpipe to gcc
-* source locations: line-numbering etc
-
* pkgconfig .pc file
+* add a SONAME to the library (and potentially version the symbols?)
+
etc etc
--
1.7.11.7