apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Function labels are not preserved in compiled bytecode #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Labels attached to a function (e.g. "external") are not preserved when 
compiling to bytecode. This means that when a labelled function is invoked in a 
compiled .EXE, the label semantics are lost; for instance external marshaled 
API functions lose their mappings to the API calls to invoke.

Original issue reported on code.google.com by don.ap...@gmail.com on 6 Dec 2010 at 1:57

GoogleCodeExporter commented 9 years ago

Original comment by don.ap...@gmail.com on 7 Dec 2010 at 11:25