Hi Ali, My only problem with stl::bitset here is that the "Set" type from Ruby seems to have the option to be resizable (through the overloaded assignment operator). That's what I meant by arbitrary length.
In practice, I'm not sure if they ever assign sets of different lengths to each other (causing resizing), but if they do, then that would suggest that using the stl::bitset isnt a straightforward thing (definitely "do-able" though, just not plug/play). If the resizing is just a unused "feature" of Ruby, then I would suggest we switch to bitset. -- - Korey _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
