summaryrefslogtreecommitdiff
path: root/version.lisp-expr
diff options
context:
space:
mode:
authorNikodemus Siivola <nikodemus@random-state.net>2011-05-12 10:42:20 +0000
committerNikodemus Siivola <nikodemus@random-state.net>2011-05-12 10:42:20 +0000
commitdd9f2ab664c9d6d7546d5f403bda5157fc4b960b (patch)
treef1c12eccf18eef0bae3b516bf885f9cbc97f5160 /version.lisp-expr
parentf71445c16693bf12ac835a46763e1dfb25a6db0a (diff)
1.0.48.14: more conservative global variable conversion
Based on patch by Roman Marynchak. Fixes lp#722734. * Modify IR1-CONVERT-VAR to emit SYMBOL-VALUE wrapper for all global variables except those which are ALWAYS-BOUND. * Modify IR1-STEP-FORM-P to return false for SYMBOL-VALUE with constant argument, now that virtually all global variables are accessed with a function call (which gets converted via a VOP, so the final machine code remains the same.)
Diffstat (limited to 'version.lisp-expr')
-rw-r--r--version.lisp-expr2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.lisp-expr b/version.lisp-expr
index b03ad4f0a..50dfbdf91 100644
--- a/version.lisp-expr
+++ b/version.lisp-expr
@@ -20,4 +20,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.48.13"
+"1.0.48.14"