TX-2 / TX-2-simulator

Simulator for the pioneering TX-2 computer
https://tx-2.github.io/
MIT License
21 stars 2 forks source link

Use separate build trees for development/release. #108

Closed jamesyoungman closed 1 year ago

jamesyoungman commented 1 year ago

The motivation behind this was to definitiely identify which wasm file is being used for profiling mode, because we want to be able to identify which Rust function is being executed, instead of seing just numbered WASM functions.

This change doesn't solve that problem, but it does mean that we know a priori that the WASM file we're looking at is indeed the one build for profiling mode.

Pull Request template

Please, fill in the following checklist when you submit a PR. The items you have done should be updated with a check mark (that is, [x] instead of [ ]).

If any of the checklist items don't apply, please leave them un-checked.

PLEASE KEEP THE ABOVE IN YOUR PULL REQUEST.