You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android adapters compiled against the official ML Kit and LiteRT dependencies
iOS all-feature device Xcode build passed
Mac Catalyst default Apple Vision build passed
Platform note
Google ML Kit's MLImage dependency currently contains a device-only slice, so an arm64 iOS Simulator build that explicitly selects the ML Kit vision backend cannot link. Device builds pass, and the default Apple Vision path does not pull that pod into simulator builds.
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.
Compared 146 screenshots: 146 matched.
Native Windows port (x64 / Intel-AMD): full hellocodenameone screenshot suite rendered offscreen with Direct2D/DirectWrite, plus the real benchmarks (base64 native/CN1/SIMD, image createMask/applyMask/modifyAlpha/PNG/JPEG, SSE2 SIMD kernels). Compared against the in-repo baseline in scripts/windows/screenshots.
Benchmark Results
Detailed Performance Metrics
Metric
Duration
SIMD kernel backend
SSE2 (x64) / NEON (arm64) native kernels
SIMD int-add (64K x300)
java 73ms / native 5ms = 14.6x speedup
SIMD float-mul (64K x300)
java 62ms / native 5ms = 12.4x speedup
SIMD kernel correctness
PASS (native result == scalar reference)
Base64 native bridge
unavailable (CN1 + SIMD + image benchmarks only)
Base64 payload size
8192 bytes
Base64 benchmark iterations
6000
Base64 SIMD byte path
gated to scalar (CPU autovectorizes scalar; explicit SIMD not beneficial here)
Compared 146 screenshots: 146 matched.
Native Windows port, REAL shipping pipeline: the hellocodenameone screenshot suite rendered by a binary CROSS-COMPILED on Linux (clang-cl + xwin, WebView2 linked) and RUN on a Windows x64 runner. Compared against the in-repo baseline in scripts/windows/screenshots.
Benchmark Results
Detailed Performance Metrics
Metric
Duration
SIMD kernel backend
SSE2 (x64) / NEON (arm64) native kernels
SIMD int-add (64K x300)
java 55ms / native 4ms = 13.7x speedup
SIMD float-mul (64K x300)
java 55ms / native 4ms = 13.7x speedup
SIMD kernel correctness
PASS (native result == scalar reference)
Base64 native bridge
unavailable (CN1 + SIMD + image benchmarks only)
Base64 payload size
8192 bytes
Base64 benchmark iterations
6000
Base64 SIMD byte path
gated to scalar (CPU autovectorizes scalar; explicit SIMD not beneficial here)
Compared 146 screenshots: 146 matched.
Native Windows port (arm64 / Apple Silicon - Arm): full hellocodenameone screenshot suite rendered offscreen with Direct2D/DirectWrite, plus the real benchmarks (base64 native/CN1/SIMD, image createMask/applyMask/modifyAlpha/PNG/JPEG, NEON SIMD kernels). Compared against the in-repo baseline in scripts/windows/screenshots.
Benchmark Results
Detailed Performance Metrics
Metric
Duration
SIMD kernel backend
SSE2 (x64) / NEON (arm64) native kernels
SIMD int-add (64K x300)
java 56ms / native 3ms = 18.6x speedup
SIMD float-mul (64K x300)
java 55ms / native 3ms = 18.3x speedup
SIMD kernel correctness
PASS (native result == scalar reference)
Base64 native bridge
unavailable (CN1 + SIMD + image benchmarks only)
Base64 payload size
8192 bytes
Base64 benchmark iterations
6000
Base64 SIMD byte path
gated to scalar (CPU autovectorizes scalar; explicit SIMD not beneficial here)
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.
Compared 147 screenshots: 147 matched.
Native Linux port (x64), GTK3/Cairo/Pango, ParparVM bytecode-to-C (no JVM): the hellocodenameone screenshot suite rendered by a native ELF built + run on the GitHub x64 runner. Baseline: scripts/linux/screenshots.
Compared 147 screenshots: 147 matched.
Native Linux port (arm64), GTK3/Cairo/Pango, ParparVM bytecode-to-C (no JVM): the hellocodenameone screenshot suite rendered by a native ELF built + run on the GitHub arm64 runner. Baseline: scripts/linux/screenshots-arm.
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.
Preview info: JPEG preview quality 70; JPEG preview quality 70; downscaled to 825x1789. Full-resolution PNG saved as FloatingActionButtonTheme_light.png in workflow artifacts.
Benchmark Results
VM Translation Time: 0 seconds
Compilation Time: 259 seconds
Build and Run Timing
Metric
Duration
Simulator Boot
54000 ms
Simulator Boot (Run)
0 ms
App Install
10000 ms
App Launch
3000 ms
Test Execution
1431000 ms
Detailed Performance Metrics
Metric
Duration
SIMD kernel backend
scalar fallback (no native SIMD)
SIMD int-add (64K x300)
java 72ms / native 46ms = 1.5x speedup
SIMD float-mul (64K x300)
java 77ms / native 61ms = 1.2x speedup
SIMD kernel correctness
PASS (native result == scalar reference)
Base64 payload size
8192 bytes
Base64 benchmark iterations
6000
Base64 SIMD byte path
gated to scalar (CPU autovectorizes scalar; explicit SIMD not beneficial here)
Base64 CN1 encode
203.000 ms
Base64 CN1 decode
151.000 ms
Base64 native encode
1578.000 ms
Base64 encode ratio (CN1/native)
0.129x (87.1% faster)
Base64 native decode
1289.000 ms
Base64 decode ratio (CN1/native)
0.117x (88.3% faster)
Base64 SIMD benchmark status
unsupported on this runtime
Image encode benchmark status
skipped (SIMD unsupported)
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
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.
Summary
PlatformFeatureCatalog, shared with BuildDaemonValidation
Platform note
Google ML Kit's
MLImagedependency currently contains a device-only slice, so an arm64 iOS Simulator build that explicitly selects the ML Kit vision backend cannot link. Device builds pass, and the default Apple Vision path does not pull that pod into simulator builds.