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
Just wanted to share a quick preview of a feature that I'm finishing up at the moment for seeing trace machine code and IR code side-by-side. I really like this view and I find the two representations quite complementary. Together they make sense, while looking at only one can make you wonder what it really means, especially when you are looking at them to learn more about how the compiler works.
Here's the example for i = 1, 1000000 do x = i end first as a scaled image (because it's wide):
This is part of adding Studio support for dumping JIT diagnostic data in human readable ascii formats, for lovers of plain text, in addition to interactive graphical views. Going to land soon, just fixing some bugs and putting in appropriate error handling.
The text was updated successfully, but these errors were encountered:
Just wanted to share a quick preview of a feature that I'm finishing up at the moment for seeing trace machine code and IR code side-by-side. I really like this view and I find the two representations quite complementary. Together they make sense, while looking at only one can make you wonder what it really means, especially when you are looking at them to learn more about how the compiler works.
Here's the example
for i = 1, 1000000 do x = i end
first as a scaled image (because it's wide):and also as text:
This is part of adding Studio support for dumping JIT diagnostic data in human readable ascii formats, for lovers of plain text, in addition to interactive graphical views. Going to land soon, just fixing some bugs and putting in appropriate error handling.
The text was updated successfully, but these errors were encountered: