Go to file
JeffBezanson 3844191d70 adding the ability for the VM to use computed goto where available
with gcc v4.3.2 I found the combination of -O2 and computed goto to give the
best performance; with -O3 performance was a little worse and computed goto
was a wash.
2009-06-28 19:47:11 +00:00
femtolisp adding the ability for the VM to use computed goto where available 2009-06-28 19:47:11 +00:00
llt tiny performance tweaks: removing some variables, making some static 2009-06-09 18:46:02 +00:00