Keith J. Farmer wrote: >I can see it for primitive types, but not in general. > > > It sounds very interesting though. For circumstances where you are prepared to guarantee the type of objects (and the range of operations permitted on them), sacrificing dynamicity for speed sounds like a good trade off.
I've half had it in mind to write a compiler for a Python subset (as an IronPython extension) that works similarly. Having no academic background in the subject anything I did would be quite naive... Michael Foord http://www.voidspace.org.uk/python/index.shtml >----- >Keith J. Farmer // [EMAIL PROTECTED] >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Blair > >add. Ideally, when the input types are known, IL should be emitted to just do >the add operation. > >_______________________________________________ >users mailing list >[email protected] >http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
