[Patch] Change default executor to DFS in regex
Tim Shen
timshen91@gmail.com
Sat Oct 19 21:28:00 GMT 2013
On Sat, Oct 19, 2013 at 3:12 PM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
> Yes, but giving it a name doesn't buy us much wrt the issue I pointed out.
> For comparison, in similar cases, the compiler driver has --params which the
> user can fine tune on the command line. The best approximation we have got
> in the library - for the time being at least, in principle the driver could
> also forward parameters to the library - is a macro, which is defined and
> documented in a comment a few lines earlier and then is possibly used to
> initialize a const static. Again, see the stl_deque.h example. I can't
> imagine any other simple (and conforming! eg, no additional template parms)
> solution.
I see. Here's the macro version.
Thanks!
--
Tim Shen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: a.patch
Type: application/octet-stream
Size: 11410 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20131019/3652beb8/attachment.obj>
More information about the Libstdc++
mailing list