Activity log for bug #600689

Date Who What changed Old value New value Message
2010-07-01 15:29:07 Eike bug added bug
2010-07-01 15:29:16 Eike freeode: importance Undecided Wishlist
2010-07-10 16:25:54 Eike tags interpreter
2011-06-10 19:07:35 Eike description The compiler currently uses exceptions extensively as a mechanism for information transport. In fact an exception is raised for each function call that goes to the code generator. So raising exceptions is not an exception but the norm. Therefore test the speed of raising and catching exceptions in comparison to "if" statements. If exceptions are much slower than "if" statements, then the code should be restructured. The compiler currently uses exceptions extensively as a mechanism for information transport. In fact an exception is raised for each function call that goes to the code generator. So raising exceptions is not an exception but the norm. Therefore test the speed of raising and catching exceptions in comparison to "if" statements. If exceptions are much slower than "if" statements, then the code should be restructured. https://sourceforge.net/apps/trac/freeode/ticket/26
2012-02-29 21:32:06 Eike freeode: milestone 0.4.2