in reply to Re^2: Perl 5 Optimizing Compiler
in thread Perl 5 Optimizing Compiler
Compare reading or writing at %ebp+8 against any absolute ptr. It's about 5 against 150 micro instructions.
Stack accesses are also relative and hot and local, heap accesses usually not. Some heap ptrs are hot and cached, but you still have the cache overhead.
|
---|