in reply to Re: Re: Re: Optimizing away calls to functions defined in eval
in thread Optimizing away calls to functions defined in eval
I've got my main script. It's brings in Foo. Foo inherits from Bar. Within Bar lives define_attributes(), which creates the attributes and accessor functions. Foo calls Foo->define_attributes() with the attributes it wants to define.
Now, everything works just fine (without things like BEGIN, etc). I wanted to find out if there was a way I could optimize away the function calls while still being able to define them on-the-fly.
------
We are the carpenters and bricklayers of the Information Age.
Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re4: Optimizing away calls to functions defined in eval
by perrin (Chancellor) on Oct 16, 2001 at 18:12 UTC | |
by dragonchild (Archbishop) on Oct 16, 2001 at 18:37 UTC |