Post Reply 
compiled or not?
12-16-2015, 01:04 PM
Post: #8
RE: compiled or not?
I dont know the innards of the ppl implementation, but it seems to me that in the single pass an entry for all fumctions and variables within the single file exist in a symbol table. That table could have a link to the final address of code or data object at the end of the single pass.

The index into that table saved in the code object should remove the need for a runtime search. Only true extermals would require name searches. Access time would then be constant within that (presumably large) file.

Even now I measure acess times of less than 50 microseconds in a tiny program vs 1 or more millsecs in a large program.

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)