windows: integrate native Windows platform support - #169
Draft
cpunion wants to merge 183 commits into
Draft
Conversation
LLGo baseline benchmarks
Program measurements
Core language and compiler benchmarks
Compared with |
cpunion
changed the base branch from
llgo-agy-windows-stdlib-os-20260817
to
main
August 18, 2026 05:31
cpunion
force-pushed
the
codex/windows-proposal-integration-20260818
branch
2 times, most recently
from
August 18, 2026 11:08
df754d4 to
7a07dcc
Compare
…res, and harden static init helpers
…and add unit tests
cpunion
force-pushed
the
codex/windows-proposal-integration-20260818
branch
from
August 20, 2026 12:56
7dbeafc to
e3722fc
Compare
…elease-benchmarks ci: notify compatibility tests for LLGo releases
build: preserve main package identity for test builds
cl, ssa: fix zero-sized global init, fold composite literal alloc stores, and add LTO baseline benchmarks
…on-static-init cl: fold slices of struct and array values into static initializers
cpunion
force-pushed
the
codex/windows-proposal-integration-20260818
branch
from
August 21, 2026 00:56
3f62c91 to
df9a2b3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of xgo-dev#2325.
This draft is the single Windows integration and CI branch. It intentionally keeps the implementation together until native Windows support and its cross-platform regression coverage are complete. Reviewable upstream slices will be recreated only after this branch reaches that gate.
Integrated scope:
Validation completed so far:
Completion gate for this integration PR:
test/std/...,test/goroot, the remainingtest/...language and LLGo-extension suites, and applicable demos on Windows;Windows tests are not skipped to make the branch green. Platform-specific failures must either be fixed or explicitly classified with a documented reason.