Opened 19 years ago
Closed 19 years ago
#13 closed enhancement (invalid)
Use `LOAD_FAST` in compiled template expressions
| Reported by: | cmlenz | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Expression evaluation | Version: | |
| Keywords: | Cc: |
Description
We currently use LOAD_NAME because I was getting weird results when trying to use LOAD_FAST. But it'd be nice to use the latter for better performance.
Change History (1)
comment:1 Changed 19 years ago by cmlenz
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

As of [92], we no longer generate bytecode directly, so this doesn't apply anymore.