YJIT: add comments to disassembly
Introduce a new macro ADD_COMMENT(cb, comment) that records a comment for the current write position in the code block.
ADD_COMMENT(cb, comment)
Co-authored-by: Maxime Chevalier-Boisvert maximechevalierb@gmail.com Co-authored-by: Aaron Patterson aaron.patterson@shopify.com
YJIT: add comments to disassembly
Introduce a new macro
ADD_COMMENT(cb, comment)that records a commentfor the current write position in the code block.
Co-authored-by: Maxime Chevalier-Boisvert maximechevalierb@gmail.com
Co-authored-by: Aaron Patterson aaron.patterson@shopify.com