Re: [PHP4BETA] cvs: php4 /ext/standard/ levenshtein.c
[email protected] (Andrei Zmievski)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 23 May 2000, Hartmut Holzgraefe wrote: > sure, i know that, but chances that a long is smaler than a pointer are > not > that bad,i even thought about protecting it with an assert() instead of > doing it right in the first place, stupid me ... > > but i never thought of this as a _compile_ time problem ... :( Rule of thumb is: make it work properly then try to optimize without breaking it. -Andrei "Someone clearly thinks that C is a garbage collected language" -- Morten Welinder