Merge branch 'use_more_callsite'
authorJean Privat <jean@pryen.org>
Mon, 24 Feb 2014 15:55:20 +0000 (10:55 -0500)
committerJean Privat <jean@pryen.org>
Mon, 24 Feb 2014 15:55:20 +0000 (10:55 -0500)
commita9af13b07065f2bd2ac4b2298e3d8e43aed5aabf
tree4b51108f015d6336cfedab44f8cd061366a37317
parent5bf9e0212e238ada6cacc023f23726af99f76b6d
parent51591894049cb97934be2bfe040edb7651867309
Merge branch 'use_more_callsite'

CallSite is a great data-class to store various information on a call
site.

This series generalizes its usage in some place, and remove a old
depreciated API.

This uniformization and cleanup will be useful in future work, like
call-site optimizations and the new constructors
src/abstract_compiler.nit
src/naive_interpreter.nit
src/typing.nit