> > Are you looking at the output of the tag compiler, or the output of the > script compler? >
I'm looking at the as3 output from the SWF9 backend of the script compiler, and I still see the "if ($debug)" (as andre pointed out). Is something being bypassed for constraint calculations? > > > Maybe I had better rewrite that code in NodeModel not emit a reference to > > $lzc$validateReferenceDependencies > > when compiling in non-debug mode, or else we need to put a stub function > > into the non-debug runtime so that > > the as3 compiler doesn't complain about not having it. > > No. Per above. The tag compiler _must_ defer compile-time conditionals to > "link time", otherwise .lzo's will not be platform independent. -- Henry Minsky Software Architect [email protected]
