IntersectMBO / plutus

The Plutus language implementation and tools
Apache License 2.0
1.57k stars 479 forks source link

Use NOINLINE on stringToBuiltinByteString and stringToBuiltinString #6501

Closed zliu41 closed 2 months ago

zliu41 commented 2 months ago

The plugin does not need their unfoldings, and cannot process their unfoldings: neither can the plugin handle Text.pack, nor does it have a handler for obfuscatedId.

Thus obfuscatedId makes no sense whatsoever. And there is no benefit to Magic.noInline compared to NOINLINE.