Please do not review yet
This is an experimental solution aimed at addressing issue#16351.
In it, an unknown bytecode is used to execute step through.
This is a work in progress, results and further steps will be analized with @tesonep
For performance comparison use the following code snippet
"testClass := EnhancedStepThroughTest."
testClass := StepThroughTest.
tests := testClass suite tests.
suite := TestSuite new addTests: tests.
suite run.
(AndreasSystemProfiler new spyOn: [ 1 to: 100 do: [:i | suite run] ]) totalTime.
Please do not review yet This is an experimental solution aimed at addressing issue#16351. In it, an unknown bytecode is used to execute step through.
This is a work in progress, results and further steps will be analized with @tesonep
For performance comparison use the following code snippet