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

2015-08-25 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 spec

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

2015-08-25 Thread Sven Barth
Am 25.08.2015 08:34 schrieb "Jani Mátyás" : > 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 spec

[fpc-pascal] FPC's generics implementation

2015-08-24 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 oc