attempted to improve performance of moo_truncfpdec() and moo_truncfpdecval() but the changes made don't seem to improve performance

This commit is contained in:
hyunghwan.chung
2019-02-19 13:59:19 +00:00
parent 26dae2508d
commit 4a6428445b
2 changed files with 78 additions and 1 deletions

View File

@ -257,5 +257,8 @@ extend MyObject
tb := tc at: idx.
System log(System.Log.INFO, idx asString, (if (tb value) { ' PASS' } else { ' FAIL' }), S'\n').
].
6000p99 dump.
}
}