22 Jul
2009
22 Jul
'09
9:17 p.m.
AMDG Hartmut Kaiser wrote:
In order to reduce compile times I have decided to rewrite the parser/grammar from classic to spirit qi (spirit 2.1). My understanding is that faster compiles come from easier modularisation available under spirit qi. (As shown in mini_c example, in the boost tree)
However I need this to be portable to as many platforms as possible. In my case minimum set is Linux,HP-UX, AIX.
We never tried to compile Spirit on AIX/xlc. So any feedback is welcome. Using gcc should be fine.
The trunk regression tests for spirit with xlc mostly fail with an internal compiler error. In Christ, Steven Watanabe