Skip to content

Conversation

nasser
Copy link
Contributor

@nasser nasser commented Oct 3, 2014

This is a port of @ztellman's pending patch http://dev.clojure.org/jira/browse/CLJ-1529

This patch avoids unnecessary lookups on symbols that are known to be lexically bound, resulting in significant speedup in many cases. Details are on the Jira page.

In the event of @ztellman's branch getting merged in to Clojure-JVM, merging this PR should reproduce its behavior.

This is a port of @ztellman's pending patch
http://dev.clojure.org/jira/browse/CLJ-1529

This patch avoids unnecessary lookups on symbols that are known to be
lexically bound, resulting in significant speedup in many cases. Details
are on the Jira page.
@dmiller
Copy link
Member

dmiller commented Mar 31, 2018

Handled when we updated to ClojureJVM fix for CLJ-1529.

@dmiller dmiller closed this Mar 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants