gcfavorites / hiccup

Automatically exported from code.google.com/p/hiccup
GNU Lesser General Public License v2.1
0 stars 0 forks source link

code embedded in expr isn't token compiled #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
command calls in expr code are stored as TclWords, not RTokens, so they are
re-processed every time.. rather inefficient.

Probably time for a CompiledExpr type.

Original issue reported on code.google.com by consa...@gmail.com on 7 May 2008 at 8:25

GoogleCodeExporter commented 9 years ago
haven't verified manually, but this should be fixed. CExpr ftw.

Original comment by consa...@gmail.com on 8 May 2008 at 9:42