◐ Shell
clean mode source ↗

README.rst: List out relevant links to the project by Mariatta · Pull Request #283 · python/cpython

@Mariatta

ncoghlan

This was referenced

Feb 25, 2017

Mariatta added a commit to Mariatta/cpython that referenced this pull request

Feb 25, 2017
(cherry picked from commit e32ec93)

akruis added a commit to akruis/cpython that referenced this pull request

Jul 1, 2021
Extract the platform specific stack handling form "slp_eval_frame" into
a new function "slp_cstack_set_base_and_goodgap" in slp_transfer.c.

akruis added a commit to akruis/cpython that referenced this pull request

Jul 1, 2021
Move the definition of SLP_DO_NOT_OPTIMIZE_AWAY from pycore_stackless.h
to slp_transfer.c, because it is only used there.

akruis added a commit to akruis/cpython that referenced this pull request

Jul 1, 2021

akruis added a commit to akruis/cpython that referenced this pull request

Jul 1, 2021
Integrate include "pycore_slp_platformselect.h" into slp_transfer.c and
remove this include.

akruis added a commit to akruis/cpython that referenced this pull request

Jul 1, 2021
Move "slp_transfer.c" form "Stackless/core" to "Stackless/platf",
because it depends on the platform.

akruis added a commit to akruis/cpython that referenced this pull request

Jul 1, 2021

akruis added a commit to akruis/cpython that referenced this pull request

Jul 1, 2021
Move all pycore_slp_switch_*.h includes from Include/internal to
Stackless/platf. These headers are included by "slp_transfer.c" only.

akruis added a commit to akruis/cpython that referenced this pull request

Jul 9, 2021
…p_transfer.c and eliminate pycore_slp_platformselect.h

Extract the platform specific stack handling form "slp_eval_frame" into
a new function "slp_cstack_set_base_and_goodgap" in slp_transfer.c.
Move the definition of SLP_DO_NOT_OPTIMIZE_AWAY from pycore_stackless.h
to slp_transfer.c, because it is only used there.
Integrate include "pycore_slp_platformselect.h" into slp_transfer.c and
remove this header file.
Move "slp_transfer.c" form "Stackless/core" to "Stackless/platf",
because it depends on the platform.
Move all pycore_slp_switch_*.h header files from Include/internal to
Stackless/platf. These headers are included by "slp_transfer.c" only.

akruis added a commit to akruis/cpython that referenced this pull request

Jul 14, 2021
…igure*

The list of Stackless code directories needed an update.

akruis added a commit to akruis/cpython that referenced this pull request

Jul 14, 2021
slp_transfer.c and eliminate pycore_slp_platformselect.h

Restore the definition of SLP_CSTACK_MAXCACHE.

jaraco pushed a commit that referenced this pull request

Dec 2, 2022