-
Notifications
You must be signed in to change notification settings - Fork 21
Implement jump tables #88
Comments
|
I have disabled jump table emission in 177a73b, so this no longer blocks Arduino. |
Will interruptions work? F.e. serial interruptions https://www.arduino.cc/en/Tutorial/SerialEvent |
Jump table emission is disabled - now switch statements are expanded into a set of w.r.t |
What @dylanmckay says. In general however interrupts should work, if that is what you're asking. The interrupt table is not a jump table. "Should" as in I haven't actually tried it... ;) |
Oh, i see. I will be able to test and report as soon as #149 is resolved. |
Heads up - #149 is now resolved! |
Jump tables is an optimisation, we can look into it in the future. For now I'll close this and we can look into it in the distant future. |
Implement jump table support.
The text was updated successfully, but these errors were encountered: