Skip to content

Commit ae58795

Browse files
committed
unix: Enable -fno-crossjumping for fast build.
Confirmed that it improves perfomance of simple "for i in range(N): pass" loop by 15% on Core2.
1 parent 6fd4b36 commit ae58795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unix/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ uninstall:
133133
# build synthetically fast interpreter for benchmarking
134134
fast:
135135
@echo Make sure to run make -B
136-
$(MAKE) COPT="-O2 -DNDEBUG" CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_fast.h>"' BUILD=build-fast
136+
$(MAKE) COPT="-O2 -DNDEBUG -fno-crossjumping" CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_fast.h>"' BUILD=build-fast

0 commit comments

Comments
 (0)