Mercurial > urweb
changeset 1261:04e9885cbe56
Add thunking to CHANGELOG
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 22 May 2010 14:14:02 -0400 |
parents | 25ebd8c4fafb |
children | 003df929ee08 |
files | CHANGELOG |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Sat May 22 14:09:06 2010 -0400 +++ b/CHANGELOG Sat May 22 14:14:02 2010 -0400 @@ -4,6 +4,9 @@ - Changed URL escaping convention, to avoid confusing proxies. The new convention is like the normal one, but with '.' instead of '%'. +- Changed JavaScript compilation of recursive functions to use thunks. + This change avoids most costs of functions not referenced on particular + pages, reducing loading time dramatically. ======== 20100506