Dan Phillimore

Results 3 issues of Dan Phillimore

It would be good to have some performance benchmarking tests, to ensure that performance is never degraded with new releases. For example, adding the ability to trap CPU halt is...

The public API should be derived via acceptance tests. For example, `emulator.run()` should return a `Promise` which should be resolved when the next HLT instruction is executed. Resuming the emulator...

Infinite loops in the browser can lock up the UI so are a big no-no. Uniter should support the `set_time_limit(...)` function in order to handle this scenario. The default of...