3bc-lang icon indicating copy to clipboard operation
3bc-lang copied to clipboard

change reserved cpu modes interval

Open RodrigoDornelles opened this issue 2 years ago • 0 comments

This is a breakchanging!

It can only be done from 0.1.x -> to 0.2, according to the version semantics, while major for 0 there may be changes that break compatibility in incrementing minor.

the purpose of this change is to change the range from 10 to 10 to require a complex division algorithm on older hardware, it can be changed to base 2 intervals such as 16 to 16, which can be separated by a simple algorithm of mode >>4

this change makes sense for the next 0.1.4 patch as there will be some optimizations for custom cpu modes and cpumodes in general.

RodrigoDornelles avatar Dec 16 '22 10:12 RodrigoDornelles