This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Solomon Ucko
Recipients Solomon Ucko, Trundle, benjamin.peterson, eric.araujo, ezio.melotti, georg.brandl, python-dev, vstinner
Date 2019-03-07.02:43:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The byte code could be further optimized (because this is such a speed-critical module! :)):

  1           0 LOAD_CONST               2 (True) 
              3 STORE_NAME               1 (initialized) 

  2           6 LOAD_NAME                2 (print) 
              9 LOAD_CONST               0 ('Hello world...') 
             12 CALL_FUNCTION            1 
             15 RETURN_VALUE
History
Date User Action Args
2019-03-07 02:43:29Solomon Uckosetrecipients: + Solomon Ucko, georg.brandl, vstinner, benjamin.peterson, ezio.melotti, eric.araujo, Trundle, python-dev
2019-03-07 02:43:29Solomon Uckosetmessageid: <[email protected]>
2019-03-07 02:43:29Solomon Uckolinkissue11614 messages
2019-03-07 02:43:29Solomon Uckocreate