Re: speed of eu 2.5 + dynamic inclusion
- Posted by "Juergen Luethje" <j.lue at gmx.de> Nov 22, 2004
- 1064 views
Alexander Toresson wrote: > Juergen Luethje wrote: >> Of course, I also see the disadvantage, but I think it mainly concerns >> to: >> o newbies > > Newbies scared off by slowness => fewer newbies => lesser growth Or more people will buy the binder, in order to increase speed. But I think your consideration above is right. >> o other people who don't have the binder/shrouder > > I didn'thave it for a long time, because ordering something from Canada > seemed quite strange to my parents (I'm 16). Your parents took it away? Is there something we can do about it? Maybe we can write an e-mail to your parents, telling them who we are, and that we don't do any illegal or otherwise strange things here. I also can do this alone, privately, or your parents could write me a mail if they want, asking me whatever they like. I'm a 46 old physician from Berlin, Germany. >> o the developement process of a program/library > > This is the point I'm mostly concerned about. Me too. > Using 2.5 would slow down my development process significantly. > >> ==> I hope we can inlude "shrouded" IL libraries!! > > Why should that be needed, other as a work-around (may I say hack) > for making the start-up for programs faster? Yes, programs then would start up faster (significantly if they include large libraries such as Win32Lib). Such a mechanism is e.g. also used in PowerBASIC (using the keyword "link"), and also in C, as Andy Drummond recently wrote. I wouldn't call it a work-around or a hack, I think it's quite logical behaviour. Parsing and compiling (in this case to IL code) takes time, and why do the same work over and over again, if it's not necessary? >> When you don't want to change the MEditor source, but just want to use >> it like any other editor, then why not use a shrouded/bound/compiled >> version? When I use Word, ConTEXT and whatever else "editors", I always >> run .EXE files. > > But what if I want to be one of the MEditor developers? I didn't compplain > about the slowness of MEditor, but of the slowness of eu2.5. It was just > an example. Then I misunderstood you, sorry. >>> I've also found out that because everything is parsed before the program is >>> run, >>> dynamic inclusion cannot be done, ie writing include statements to a file >>> and then including it. For example, both the jarod library, my asm debugger >>> and >>> a project I currently work on is affected. They simply won't run. >>> >>> It can be worked around for jarod and the asm debugger, though it cannot be >>> worked around >>> for my current project. It includes all *.e files it finds in a specific >>> directory, >>> using them as plugins. And no, don't tell me to compile them into dlls. >>> Because that >>> shouldn't be needed. And I don't own the full translator. >> >> Concerning this point, I had an idea some time ago (URL might wrap): >> >> http://www.listfilter.com/cgi-bin/esearch.exu?fromMonth=2&fromYear=9&toMonth=2&toYear=9&postedBy=Juergen+Luethje&keywords=%2214+Feb+2004+10%3A54%3A22%22 >> >> Maybe you can tell me, whether it actually works? > > That is good idea, though not always usable. When is it not usable? Maybe we can find here another solution for those cases. > [snip] Regards, Juergen