You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing as our future plans involve porting build-recorder to other systems, it would be great to re-arrange our code structure now before the code gets significantly more complicated from the performance improvements we have planned.
What I mean to say is that for the most part, all the platform-specific code is located in src/tracer.c, but it is mixed with platform-independent code, should we perhaps separate the two and abstract away some code in order to make the platform-independent code reusable?
The text was updated successfully, but these errors were encountered:
Seeing as our future plans involve porting
build-recorder
to other systems, it would be great to re-arrange our code structure now before the code gets significantly more complicated from the performance improvements we have planned.What I mean to say is that for the most part, all the platform-specific code is located in
src/tracer.c
, but it is mixed with platform-independent code, should we perhaps separate the two and abstract away some code in order to make the platform-independent code reusable?The text was updated successfully, but these errors were encountered: