Re: [fpc-devel] Enable LLVM?

2015-08-04 Thread Michael Schnell
On 07/30/2015 06:58 PM, Jonas Maebe wrote: Some results are interesting, like the lowercase(shortstring) function becoming a rather impressive vectorised jungle: http://pastebin.com/vpugp80e . Really interesting It would take a lot of expertize to do this manually. Did you check that

[fpc-devel] Records nesting/inheritance?

2015-08-04 Thread Чернов Дмитрий
Good day everyone. Recently I've tried to write some social network parsing code and faced with numerous nesting of structures (records).When I completely tired to write things like Friend.BaseUser.City.ID ("real programmer will never get complerely tired", hah - yes, I know), I thought out that