On Tuesday 30 September 2003 09:37 am, Corey Edwards wrote: > Ok. I'll play the scab.
Thanks. > What I believe Jason was referring to was the premature optimizations > you were suggesting in your script. Inlining functions reduces > readability and often for no return. In your example, you do save the > memory of one variable to hold the result of the function call, but any > compiler worth its salt will optimize that variable away anyway. So I guess the meat of my question is if I am coding in something that will be compiled (C, C++, etc) vs a script (PHP, Perl, etc) is there anything _in_general_ I need to keep in mind due to the nature of the differences of how the code is run? -- Jacob Albretsen [EMAIL PROTECTED] ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
