orcc: Implement --lazy-init
authorDavid Schleef <ds@schleef.org>
Mon, 6 Dec 2010 00:37:59 +0000 (16:37 -0800)
committerDavid Schleef <ds@schleef.org>
Mon, 6 Dec 2010 00:37:59 +0000 (16:37 -0800)
commitbb09ec80049644270069d59eabd92a3f2687ac36
treedd0da74456d5a83575c40942a39b248d01eccdc0
parent6230db12a3530006aeba1f2b8e813cd3b7a18ad8
orcc: Implement --lazy-init

Causes code generator to delay runtime code generation to when
the function is executed, as if no init function is specified.
This may not last until the release: it's better to generate
code that makes this an #ifdef.
tools/orcc.c