summaryrefslogtreecommitdiff
path: root/INSTALL/README-MELT-PLUGIN
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-10 13:48:11 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-10 13:48:11 +0000
commitbff95a4b4c605adf5c369ca2cbe5e02d3b43a78b (patch)
tree594c961736863ef5eea01ae8440e7b23e08e39e1 /INSTALL/README-MELT-PLUGIN
parent34dc669daed400294ca1c22fcc70e91e9e435163 (diff)
downloadgcc-bff95a4b4c605adf5c369ca2cbe5e02d3b43a78b.tar.gz
2012-10-10 Basile Starynkevitch <basile@starynkevitch.net>
{{0.9.7 real release}} * INSTALL/README-MELT-PLUGIN: More comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@192315 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'INSTALL/README-MELT-PLUGIN')
-rw-r--r--INSTALL/README-MELT-PLUGIN13
1 files changed, 9 insertions, 4 deletions
diff --git a/INSTALL/README-MELT-PLUGIN b/INSTALL/README-MELT-PLUGIN
index 903da00626d..6e0307a62cd 100644
--- a/INSTALL/README-MELT-PLUGIN
+++ b/INSTALL/README-MELT-PLUGIN
@@ -190,7 +190,7 @@ the subject line] and to <gcc-melt@googlegroups.com>
################################################################
NEWS for 0.9.7 MELT plugin for GCC 4.6 & 4.7 & future 4.8
-[[october, XXth, 2012]]
+[[october, 10th, 2012]]
Language improvement
====================
@@ -233,7 +233,12 @@ NEWS for 0.9.7 MELT plugin for GCC 4.6 & 4.7 & future 4.8
Add a runtime expression evaluation function
TRANSLATE_RUN_MELT_EXPRESSIONS with a mode eval for initial
evaluation of a sequence of expressions, and a mode repl for
- read-eval-print-loop.
+ read-eval-print-loop, and a mode eval for evaluating and printing a
+ given expression. Try e.g.
+ gcc -c -fplugin=melt -fplugin-arg-melt-mode=eval \
+ -fplugin-arg-melt-arg='(list discr_tree class_sexpr)' \
+ empty.c
+
Advanced users could register their own finalized client data using
the melt_payload_register_descriptor C function.
@@ -266,8 +271,8 @@ NEWS for 0.9.7 MELT plugin for GCC 4.6 & 4.7 & future 4.8
and so does -fplugin-arg-melt-debugging=all in the MELT plugin.
-Numerous bug fixes. The probe has still naughty behavior on large C
-source. Consider using Alexandre Lissy's replacement (Python/Qt
+Numerous bug fixes. The probe has been improved, and also shows some
+Gimple/SSA. Consider using Alexandre Lissy's replacement (Python/Qt
based) of the probe.