diff options
author | Craig Younkins <cyounkins@gmail.com> | 2018-11-30 21:23:53 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-12-04 01:03:44 +1100 |
commit | 7f948a5645b875ad9d44eda1dcde4aaec2334bd5 (patch) | |
tree | 3fd411df3a60ce4eeb2f5bbd80e631da1e8b2e6b /py | |
parent | 29da9f06709df77d15437b67db5978ecafcccaef (diff) |
py/py.mk: Fix broken Gmane URL.
Diffstat (limited to 'py')
-rw-r--r-- | py/py.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -326,7 +326,7 @@ $(PY_BUILD)/vm.o: CFLAGS += $(CSUPEROPT) # may require disabling tail jump optimization. This will make sure that # each opcode has its own dispatching jump which will improve branch # branch predictor efficiency. -# http://article.gmane.org/gmane.comp.lang.lua.general/75426 +# https://marc.info/?l=lua-l&m=129778596120851 # http://hg.python.org/cpython/file/b127046831e2/Python/ceval.c#l828 # http://www.emulators.com/docs/nx25_nostradamus.htm #-fno-crossjumping |