nopsys / CogNOS

A Cog VM in the bare metal using the Nopsys library
33 stars 5 forks source link

Review timing functions #34

Open melkyades opened 6 years ago

melkyades commented 6 years ago

In opensmalltalk-vm/platforms/nopsys/sqStubs.c there are many timing-related functions. Some of them are actually working implementations, others are just stubs. We should create a new sqTiming.c file and move the ones that are not stubs there. Afterwards, we should fix the stubs and place all timing funcs together in sqTiming.c.