SpiderMonkey tracing Ion MIR

Discuss building things with or for the Mozilla Platform.
Post Reply
Dima00782
Posts: 1
Joined: August 2nd, 2017, 3:26 am

SpiderMonkey tracing Ion MIR

Post by Dima00782 »

Hello!

I'm looking for dump MIR from my specific function to investigate into MIR and IonMonkey compiler.
This page looks broken https://developer.mozilla.org/en-US/doc ... cking_Tips.

How can I dump MIR from js shell?

Code: Select all

For example for function Foo() { return 1; }
Post Reply