python / cpython

The Python programming language
https://www.python.org/
Other
60.06k stars 29.08k forks source link

Add a way to build the Tier 2 interpreter on Windows #118446

Closed gvanrossum closed 2 weeks ago

gvanrossum commented 2 weeks ago

Feature or enhancement

Once gh-118339 lands the Windows build has only two options when it comes to JIT/Tier 2:

We've added fancy options to --enable-experimental-jit for Unix builds; we should offer the same options for Windows (see gh-118335).

The idea is that you can specify independently:

The C code expects the following:

brandtbucher commented 2 weeks ago

This is done, right?