Comment on Efficient Computer's Electron E1 CPU – 100x more efficient than Arm?parentComments−kannanvijayan1yHmm. You'd be able to trade off time for that space by using more general configurations that you can dynamically map instruction-sequences onto, no?The mapping wouldn't be as efficient as a bespoke compilation, but it should be able to avoid the configuration swap-outs.Basically a set of configurations that can be used as an interpreter.
Comments
Hmm. You'd be able to trade off time for that space by using more general configurations that you can dynamically map instruction-sequences onto, no?
The mapping wouldn't be as efficient as a bespoke compilation, but it should be able to avoid the configuration swap-outs.
Basically a set of configurations that can be used as an interpreter.