Slight optimization for scm_equal_p
authorMark H Weaver <mhw@netris.org>
Fri, 11 Feb 2011 00:38:49 +0000 (19:38 -0500)
committerAndy Wingo <wingo@pobox.com>
Mon, 14 Feb 2011 19:32:01 +0000 (20:32 +0100)
commitf135fc3eda9a34f9540486da433867b2698fa58c
treec10f3c3264efebc0c68464874ad428a929603297
parenta8da6d9338e2236742e95a0f7337796078f9e2a3
Slight optimization for scm_equal_p

* libguile/eq.c (scm_equal_p): Move SCM_STRUCTP check within the default
  case of the SCM_TYP7 switch statement, for optimization.
libguile/eq.c