Email or username:

Password:

Forgot your password?
Wim🧮

Hi everyone, I am organising LOCO 2024, 1st International Workshop on Low Carbon Computing
It's hybrid and will be held 3 Dec 2024, in Glasgow (Scotland) and on line.
On line attendance is free; in person is £30

Deadline 1 Oct (full talk)/ 8 Oct (lightning talk)

Please consider submitting, whether you're academic or not, and please spread the word.

sicsa.ac.uk/loco/loco2024/

#FrugalComputing #LowCarbonComputing

1 comment
Forth Computer

@wim_v12e
I will be submitting a talk to low carbon computing. Register Machines are much less energy efficient than stack machines. if you have 32 registers, every two operand ALU instruciton requires 5 bits for both operands and 5 bits for the destnation register. 15 bits. In 16 bits I can do a whole 16 bit stack instruction. One stack instruction per clock cycle. And pipelines waste some 30% of computations when they reset.

Go Up