ocaml-flambda / flambda-backend

The Flambda backend project for OCaml
93 stars 67 forks source link

Advise against new bytecode instructions #2694

Closed ncik-roberts closed 3 weeks ago

ncik-roberts commented 3 weeks ago

Add a comment that urges caution when adding a new bytecode instruction. (It's not impossible — we've done it — but it shouldn't be done lightly.)

ncik-roberts commented 3 weeks ago

A good reminder that one should always wait for CI to pass, even if you've just added a comment.