Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

precheck: parallelise core_ext_boundary_check (the precheck's critical path, 17–35 s)

Abierto
#1,279 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Los mantenedores suelen responder en 1 día

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
70/100
Tipo de issue
Refactorización
Claridad
Bien especificado
Estado de actividad
Activo
Stack tecnológico
bash, c, shell

Línea de trabajo

The script tools/core_ext_boundary_check.sh runs gcc -fsyntax-only on each core source file sequentially. Start by examining this script to understand the file list and the gcc command. Then, modify it to use xargs -P or a similar parallel execution method. Verify the change by running time bash tools/precheck.sh and ensuring the total time is under 40 seconds on a 2-core machine and that the precheck's output and self-tests remain unchanged.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

area:gates enhancement found-by:critic help wanted

Found while building make precheck (#1264, PR-B). Out of that PR's scope, so filed here.

tools/core_ext_boundary_check.sh runs gcc -fsyntax-only over every core source file, one at a time. At 17–35 s it is the precheck's critical path: precheck takes about 61 s on a loaded 2-core box, against a target of well under a minute. Parallelising it (for example xargs -P "$(nproc)") or caching per-file results keyed on content would put precheck comfortably under a minute. The contributor-facing loop is precheck → push, so every second here is paid on every contribution.

Bar: time bash tools/precheck.sh is under 40 s on a 2-core box, and the gate's verdict and self-test are unchanged. Self-contained: needs only the repo and gcc.

Lenguaje dominante
C
Estrellas
3
Forks
7
Merge medio
3 h 56 min
PR fusionados (30 d)
102

Preparar el entorno

Abrir en Codespaces

Inicia el contenedor de desarrollo del proyecto en tu navegador, con tu propia cuenta de GitHub.

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de InauguralSystems/EigenScript

Todos los issues de InauguralSystems/EigenScript

Issues similares

Más issues de C

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.