I see we've got dynamically loaded bytecode segments. Good. What we don't 
have is those segments automatically running, something I think we need to 
have happen.

When a bytecode segment is loaded, control should pass to the first 
executable instruction in it, and proceed until it hits an end. (I can see 
making this a ret instead) This seems simpler than having some sort of 
magic label, and will allow loaded bytecode segments to initialize 
themselves if that's what they need.

Any objections, or shall I just make this happen?

                                        Dan

Reply via email to