My advice on implementing stuff in C:
My advice on implementing stuff in C:
Posted Oct 18, 2010 9:28 UTC (Mon) by cladisch (✭ supporter ✭, #50193)In reply to: My advice on implementing stuff in C: by mjthayer
Parent article: Russell: On C Library Implementation
> The main problem to solve that I can see is how to pass information down to the lower levels about what C code corresponds to which Vala code.
C has the #line directive for that (GCC doc); AFAIK Vala generates it when in debug mode.
