Re: [fpc-pascal] FPC's generics implementation

2015-08-26 Thread Jani Mátyás
Hi, Thank you for the answers! The FPC wiki states that the ppu file stores all the tokens for the generic classes. Browsing the source of compiler/symdef.pas (r31298) also gave me this impression. Does it mean that a recompilation occurs for every specialization? Not for every

[fpc-pascal] FPC's generics implementation

2015-08-25 Thread Jani Mátyás
Hi All, I have some questions regarding FPC's generics implementation, just out of curiosity. The FPC wiki states that the ppu file stores all the tokens for the generic classes. Browsing the source of compiler/symdef.pas (r31298) also gave me this impression. Does it mean that a recompilation