|
Re: Fusion-ifying proto parse trees: msg#00083parsers.spirit.devel
Frank Birbacher wrote: Hi! You're getting warmer. :-) - user writes "a >> b >> c >> d" - proto: gives ET tree - in spirit: parse flattens proto ET tree using a proto 2nd phase transform - in spirit: "parse_sequence(S s) { fusion::for_each(s, &parse); }" - in fusion: automated loop unrolling via for_each - user gets efficient code Performance benchmarks showed it's faster for the ET tree to be flattened all at once when the entire ET is known then to do it piecemeal while building the ET. -- Eric Niebler Boost Consulting www.boost-consulting.com ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Fusion-ifying proto parse trees: 00083, Frank Birbacher |
|---|---|
| Next by Date: | [ spirit-Feature Requests-710743 ] EBNF parser: 00083, SourceForge.net |
| Previous by Thread: | Re: Fusion-ifying proto parse treesi: 00083, Frank Birbacher |
| Next by Thread: | Re: Re: Fusion-ifying proto parse trees: 00083, dan marsden |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |