Summary
- Adding accessor for quick method primitive bytecode size to avoid magic number (details)
- Testing and fixing restarting quick methods. (details)
- Moving debugging test method in correct package (details)
- Stepping to send or return in a quick method returning self should not update the PC. (details)
- After stepping in and configuring the current context to step into quick methods, we configure back that same context to not step into quick methods. (details)
- Reworking and fixing the updating the PC of a quick method context restart. (details)
- Compiled blocks are now able to step into quick methods (details)
- Fixing the restarting of quick method contexts with a correct update of the pc. (details)
- Fixing compiled block test and making sure that stepping over and through are not allowing contexts to step into quick methods. (details)