Trust uboot's device list only if it does not look suspicious.
[AROS.git] / test / oop / README.demo
blob6f6b01668d2e989236230ad6ed5e3776fcd34899
1 This OOP system is much like BOOPSI, but it uses
2 a hash table instead of switch().
4 This allows for some optimizations:
5 - Skipping unimplemented class calls.
6 - Obtaining single methods, and call them directly.
8 The demo shows how fast these two invocation methods
9 are compared to each other. This test is not meant
10 to say much, because I don't have a large class
11 hierarchy, yet (so methods are well spread through
12 the hash table in this demo).