Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29085/compiler/mil
Modified Files:
Tag: M5XQ
mil.c
Log Message:
propagated changes of Friday Dec 04 2009
from the XQFT branch to the M5XQ branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/12/04 - sjoerd: compiler/mil/mil.c,1.84.2.1
propagated changes of Friday Dec 04 2009
from the development trunk to the XQFT branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/12/04 - jflokstra: compiler/mil/mil.c,1.85
Implemented translation to a MIL function of the following new tijah
functions.
- tijah:terms(element*) as string*
- tijah:terms(element*,node) as string*
- tijah:tf-all(string) as integer
- tijah:tf-all(string,node) as integer
- tijah:tf(element*,string) as integer
- tijah:tf(element*,string,node) as integer
- tijah:fb-terms(element*) as string*
- tijah:fb-terms(element*,node) as string*
The main MIL functions are still empty and Henning will fill te blanks.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: mil.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/mil.c,v
retrieving revision 1.81.2.3
retrieving revision 1.81.2.4
diff -u -d -r1.81.2.3 -r1.81.2.4
--- mil.c 21 Oct 2009 10:37:53 -0000 1.81.2.3
+++ mil.c 4 Dec 2009 14:49:19 -0000 1.81.2.4
@@ -2140,6 +2140,30 @@
return wire6 (m_tj_docmgmt_tape, a, b, c, d, e, f);
}
+PFmil_t *
+PFmil_tj_terms (const PFmil_t *a, const PFmil_t *b, const PFmil_t *c, const
PFmil_t *d)
+{
+ return wire4 (m_tj_terms, a, b, c, d);
+}
+
+PFmil_t *
+PFmil_tj_tfall (const PFmil_t *a, const PFmil_t *b, const PFmil_t *c, const
PFmil_t *d)
+{
+ return wire4 (m_tj_tfall, a, b, c, d);
+}
+
+PFmil_t *
+PFmil_tj_tf (const PFmil_t *a, const PFmil_t *b, const PFmil_t *c, const
PFmil_t *d, const PFmil_t *e)
+{
+ return wire5 (m_tj_tf, a, b, c, d, e);
+}
+
+PFmil_t *
+PFmil_tj_fbterms (const PFmil_t *a, const PFmil_t *b, const PFmil_t *c, const
PFmil_t *d)
+{
+ return wire4 (m_tj_fbterms, a, b, c, d);
+}
+
#endif
/* vim:set shiftwidth=4 expandtab: */
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing.
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins