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
#575 and #934 introduces macros that generates boilerplate tracing code, including some key tracing functions, for each plan.
For people who are not familiar with the code base, the macros and the generated functions may result in difficulties in understanding how tracing works in MMTk.
We may just remove the use of procedural macros, and replace with equivalent hand-written tracing functions.