lib/keyword.h, src/method-impl.lisp: Check user keywords first.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:01:56 +0000 (16:01 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:46:22 +0000 (16:46 +0100)
commit0f3e4dbfdaf4709e5b713ca60734fd4bad22041b
tree456948fdefb4a517c647c901d2eb0e8d968d5f7e
parentdcb086e9b8b8005694e52ee1710621c5d855c536
lib/keyword.h, src/method-impl.lisp: Check user keywords first.

For better performance, check the user's specific keywords before the
magic built-in ones.
lib/keyword.h
src/method-impl.lisp