27 Jun
2008
27 Jun
'08
8:44 a.m.
Mojmir Svoboda a écrit :
..apart from the fact that if you have rtti off (which is not so uncommon as other people think), you have to modify boost's sources. VERY ANNOYING.
For which boost components ? I'm using stuff like math special_functions without any problems.
concerning SPU and stl/boost: remember that 256K is very small place to live and normal user probably wants to use spurs which eats first 13K of the memory. that leaves us.. ummm very little of memory for code and data. bigger the code, smaller the data. it's like good ol' days :)
Using STL in SPE code doens't even link at soem times when using ppu-embed as it detects that the whole executable will not fit in the LS memory space.