Post Reply 
compiled or not?
12-19-2015, 05:08 AM
Post: #15
RE: compiled or not?
Forward function declarations are not a problem. I just wish it were also true for
variables as well.

But my main point is a second pass is not required to remove string lookups in a single prgram file.
It just requires object to keep an index into the file local symbol table and an indirect call to the address of that symbol (code or variable) at runtime. The same is tru for local variables although not so important timewise.

In my rpl implementation ( which is built on ppl) all references are through indices into lists. What i can't overcome, however, is the huge time spent by ppl in finding the target function or variable.

Access time appears to be significantly larger than code execution. Most of my code is small routines ( the object prolog handlers ala rpl) so most of the time is gettig there.

So performance drops from megahz to less than a khz. Pretty slow.

I work with android Prime only for now on my
Galaxy Tab Pro/Note 2
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
compiled or not? - ji3m - 12-15-2015, 12:41 AM
RE: compiled or not? - luisphysics - 12-15-2015, 02:26 AM
RE: compiled or not? - eried - 12-15-2015, 04:03 AM
RE: compiled or not? - hpfx - 12-15-2015, 07:02 AM
RE: compiled or not? - Wes Loewer - 12-17-2015, 03:39 PM
RE: compiled or not? - hpfx - 12-17-2015, 09:58 PM
RE: compiled or not? - Wes Loewer - 12-18-2015, 01:12 PM
RE: compiled or not? - hpfx - 12-18-2015, 05:15 PM
RE: compiled or not? - ji3m - 12-15-2015, 01:50 PM
RE: compiled or not? - ji3m - 12-16-2015, 01:04 PM
RE: compiled or not? - ji3m - 12-18-2015, 07:27 PM
RE: compiled or not? - eried - 12-19-2015, 12:00 AM
RE: compiled or not? - ji3m - 12-19-2015 05:08 AM



User(s) browsing this thread: 1 Guest(s)