Hello, I'm learning compiler plugin from compose compiler source code, and I want to confirm if the knowledge points I have summarized are correct:
1.currently, we cannot directly change function
signature for K/JS target , so we need to use decoys to achive the same purpose.
2.DeepCopyIrTreeWithSymbols is required for K/JS and K1, and not for K2.
I'm not sure if these are correct, thanks much for any guidance.