More Optimizations in Perl 5.20-to-be | by booking.development | Booking.com Development | Medium
fetched at July 15, 2020
The output of the Perl compiler is two-fold. The first is an in-memory data structure, that resembles a traditional compiler’s Abstract Syntax Tree. This is called the OP tree since it consists of…