On Wednesday 16 November 2005 15:35, Dorit Naishlos wrote:
> We'd like to suggest a few new tree-codes/optabs in order to express the
> extraction and merging of elements from/to vectors.
Watch out for tree code starvation:
$ ~/devel/gomp-branch/gcc> grep ^DEFTREECODE *.def | wc
181 908 12483
$ ~/devel/gomp-branch/gcc> cd cp
$ ~/devel/gomp-branch/gcc/cp> grep ^DEFTREECODE *.def | wc
58 288 4262
$ ~/devel/gomp-branch/gcc/cp>
So for C++ on the GOMP-branch, we currently have 239 tree codes.
There can be at nost 256 tree codes, because tree_common.code only
can hold that many...
Gr.
Steven