Commit 957b3c0
1 parent b41b528 commit 957b3c0
1 file changed
+14
-2
lines changed+14-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
417 | 417 |
| |
418 | 418 |
| |
419 | 419 |
| |
420 |
| - | |
421 |
| - | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
422 | 434 |
| |
423 | 435 |
| |
424 | 436 |
| |
|
2 commit comments
atrol commentedon Feb 25, 2013
Proposal for better performance in standard configuration ($g_limit_reporters = OFF;)
The following code must not always be executed:
Placing the code after line
should work
dregad commentedon Feb 26, 2013
Thanks, I was actually thinking about optimizing this on the way back home yesterday, and also a way to avoid looping on all array elements which is not always necessary if we know the access level. I'll do a follow-up commit later on.