-
back in the depths of the MAGIC compiler and i couldnt be happier. last night i worked on generating an obscure CLR opcode: rethrow. note the different bytecode produced for (throw e) and the new (throw) forms. its the equivalent of throw; in C#. docs.microsoft.com/en-us/visualstudio/code-quality/ca2200?view=vs-2019
-
the main (only?) difference is in the stacktrace the exception carries. (throw) is new syntax in MAGIC



