Skip to content

Commit

Permalink
[dart2wasm] Roll jsc version to newest
Browse files Browse the repository at this point in the history
The newest JSC version should be much more stable. Local testing shows
it now passes most language tests in both optimized (-O1) and
non-optimized (-O0) mode.

=> We can probably add the JSC bot again.

Change-Id: If3888eb307c60a08cee1511557df9ba39b317193
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/381241
Reviewed-by: Ömer Ağacan <[email protected]>
Commit-Queue: Martin Kustermann <[email protected]>
  • Loading branch information
mkustermann authored and Commit Queue committed Aug 19, 2024
1 parent bf8a9c1 commit 4e812af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ vars = {
"checkout_javascript_engines": False,
"d8_tag": "version:12.9.98",
"jsshell_tag": "version:127.0.2",
"jsc_tag": "version:280364",
"jsc_tag": "version:282418",

# https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/clang
"clang_version": "git_revision:3809e20afc68d7d03821f0ec59b928dcf9befbf4",
Expand Down

0 comments on commit 4e812af

Please sign in to comment.