sisibeloved

49 mods across 1 repository, 2 stars between them.

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

A check for proving that the benchmark’s own code entered the CinderX just-in-time compiler, rather than startup code, imported packages, or test-generated code.

2 3d ago A 44 tokens original MIT

cinderx-jit-review

27

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

Use when reviewing CinderX JIT pull requests, merge requests, or patches for correctness risks, validation gaps, RuntimeTests/testcinderx/testkunpeng coverage, exact review comment placement, or correctness-contract evidence around bytecode builder, preload, HIR, LIR, codegen, runtime helpers, deopt, FrameState…

2 3d ago A 105 tokens original MIT

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

A report format for recording CPython or CinderX optimization work, crashes, benchmark regressions, and platform differences so another person can reproduce the investigation.

2 3d ago A 50 tokens original MIT

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

Use when running or preparing NUMA/L3-aware parallel pyperformance validation for CinderX on large ARM64/Linux hosts, especially blue-server-53/Kunpeng-style machines, with adaptive 8-core or 16-core scheduling, CinderX manager/worker venv proof, pyperformance worker injection, SSH proxy setup, full-suite/subset…

2 3d ago A 91 tokens original MIT

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

A runbook for operating CinderX and CPython experiments on remote machines over SSH. It covers tmux, file copying, Docker Compose, logs, command results, time limits, and long-running tasks.

2 3d ago A 53 tokens original MIT

cinderx-smoke-check

31

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

A CinderX installation and JIT smoke check. CinderX is a modified Python runtime with a just-in-time compiler, which turns some Python code into machine code while it runs.

2 3d ago A 51 tokens original MIT

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

A reference guide to compiler optimization theory, including intermediate representations, data-flow analysis, instruction scheduling, and register allocation. An intermediate representation is the compiler’s internal form of a program before machine code is produced.

2 3d ago A 112 tokens original MIT

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

A procedure for running CinderX and CPython runtime and integration tests. Runtime tests check program behavior, while integration tests check how connected parts work together.

2 3d ago A 47 tokens original MIT

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

A set of templates and guidance for writing structured software design documents, from feature proposals through architecture and detailed implementation.

2 3d ago A 32 tokens original MIT

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

A reference tool for official ARM A64 and x86-64 processor instruction specifications. These specifications describe instruction encoding, syntax, behavior, and hardware requirements.

2 3d ago A 135 tokens original MIT

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

A comparison guide for existing pyperformance result files. It checks whether baseline and candidate runs were made under comparable conditions before interpreting speed changes.

2 3d ago A 42 tokens original MIT

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

Use when 需要正式运行 python -m pyperformance run,生成 subset/full 的 run.json,配置 warmup、loops、affinity 或 L3/L4 性能验证。.

2 3d ago A 42 tokens original MIT

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

A routing guide for optimizing CPython and CinderX, a Python runtime with just-in-time compilation. It assigns environment checks, tests, performance work, crash analysis, and processor-specific investigation to the right workflow.

2 3d ago A 56 tokens original MIT

validation-strategy

41

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

A step-by-step policy for deciding how much testing to do, from static checks to a full test suite. TDD here means testing in stages according to the evidence and cost needed.

2 3d ago A 49 tokens original MIT

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

A workflow for investigating why the same Python performance test differs between two computer platforms. It separates environmental differences from processor instruction-set and hardware-design effects.

2 3d ago A 49 tokens original MIT

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

A workflow for analysing whether a CinderX Python benchmark runs through the JIT compiler or through the normal interpreter. JIT means just-in-time compilation, where code is compiled while it runs.

2 3d ago A 44 tokens original MIT

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

A workflow for improving a known CPython or CinderX feature or implementation path and checking whether it improves performance. It requires behavior and integration tests before benchmark validation; TDD means writing or checking tests before changing code.

2 3d ago A 77 tokens original MIT

sisibeloved/cpython-optimize-skill

Skill Claude CodeCodex

A workflow for formally comparing CPython or CinderX performance before and after a code change. It runs the pyperformance benchmark suite, checks the test environments, and produces comparison evidence and a report.

2 3d ago A 46 tokens original MIT