I modified my local copy to use the unmanaged double to decimal conversion,
these are the results:

Trunk, with the current implementation:
mono$ mono 5.exe
first=00:00:01.9547310
decimal=00:00:00.7654980
justpow=00:00:00.1711550
second=00:00:01.6576570
Combined=00:00:03.5090000

Trunk, with local changes to use the original double to decimal code:
mono$ mono 5.exe
first=00:00:00.3222750
decimal=00:00:00.2351060
justpow=00:00:00.1768560
second=00:00:00.5998440
Combined=00:00:00.5855580

Now I have to find the actual regressions.
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to